This is a IDE for the Lice programming language, based on the intellij platform.
It provides syntax highlighting and some structural editing tools.
Apart from syntax highlighting, there're also quick fixes:
Also, you can "Try evaluate" by Ctrl+Shift+E (you may adjust it in the settings page to avoid conflicting):
You can even replace the current symbol with the evaluated results:
Code folding and bread crumbs are also supported:
You can rename variables:
For more screenshots please see issue #1.
- Live templates
- Ast viewer
- Commenter
- Create new file
- Parser and lexer
- Braces matcher
- Highlighting
- Giving warnings to dangerous operations
- Resolving reference
- Completion
- Try evaluate (features!)
- Run configurations
- SDK management
- Renaming
- Quick fixes (will be continuously added)
- Structure view
- Code folding
- Bread crumbs
- Spell checking support
- Structural editing