Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 494 Bytes

File metadata and controls

10 lines (8 loc) · 494 Bytes

Swift Enhancements for JetBrains appCode IDE

This project is just in the experimental stages. I want to see if I can enhance the Swift support in the appCode IDE. There are currently very few features, but they are slowly being added.

Features:

  1. Syntax Highlighting Enhancements For Optionals and Optional Operators
  2. Variable Read/Write Highlighting
  3. Remove Unneeded Parenthesis Intention
  4. Convert closure parameter to trailing closure
  5. Unneeded return in a closure Inspection