#505 IntelliJ plugin for Fan programming language - version 0.0.2

drorb Sun 5 Apr 2009

After months of hard work :) we are happy to release the second version of the IntelliJ plugin for Fan programming language http://www.fandev.org/

This new version includes:

  1. Synchronization between module build script (build.fan) and module name, dependencies, source folders: Basically build.fan is the IDE configuration file
  2. Full expression parsing. Provide parser error markings
  3. Comment line/block actions (code menu)
  4. Go to Declaration action (Ctrl-B and Ctrl-Click)
  5. Add new Fan class/mixin/enum action (context menu)
  6. Hierarchical view (Ctrl-H)
  7. Search for symbol Shift+Ctrl+Alt+N for all slots names
  8. Searching for a class name works for external pod types
  9. Display pod libraries content in project tree
  1. Structure view - type and slot modifiers decorations
  2. Syntax highlighting - Paired brace matcher
  3. Auto insert of closing quote

Please go to http://wiki.jfrog.org/confluence/display/FANP/Home for more information. We are waiting for your feedback.

Dror and Fred.

Login or Signup to reply.