lice-intellij icon indicating copy to clipboard operation
lice-intellij copied to clipboard

Lice IDE based on IntelliJ Platform

Lice IntelliJ

JetBrains Plugins JetBrains plugins

This is a IDE for the Lice programming language, based on the intellij platform.

It provides syntax highlighting and some structural editing tools.

image

Apart from syntax highlighting, there're also quick fixes:

image

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:

image image

Code folding and bread crumbs are also supported:

image image

You can rename variables:

For more screenshots please see issue #1.

Progress

  • [X] Live templates
  • [X] Ast viewer
  • [X] Commenter
  • [X] Create new file
  • [X] Parser and lexer
  • [X] Braces matcher
  • [X] Highlighting
  • [X] Giving warnings to dangerous operations
  • [ ] Resolving reference
  • [X] Completion
  • [X] Try evaluate (features!)
  • [X] Run configurations
  • [X] SDK management
  • [ ] Renaming
  • [X] Quick fixes (will be continuously added)
  • [X] Structure view
  • [X] Code folding
  • [X] Bread crumbs
  • [X] Spell checking support
  • [ ] Structural editing