Skip to content
Krzmbrzl edited this page Oct 4, 2015 · 19 revisions

Implemented Features:

  • live parser: The parser detects syntactic errors during code writing and mark them at the corresponding points in the code with an error message complaining about what's wrong
    liveParser

  • Error view: A little window informing you about any errors in your code errorView

  • syntax highlighting: Special keywords are highlighted
    syntaxHighlighting

  • Content Assist: A window presenting input alternatives which can fit the context
    contentAssist

  • automatic bracket complemention: If you type an opening bracket the editor will automatically add the corresponding closing bracket

Planned Features:

  • scoping: A validation if declarations are available in the current scope
  • multi file support: The parser can refer to declarations done in a different but invoked script file
  • Quickfixes: A functionality that can propose automatically corrections for your mistakes
  • Format: This will format your source code to a standard format for increased readability if you wish so
  • Outline: That's a kind of structure diagram of your code ehich allows you to easily navigate to the part of the code you are searching for
  • Description: A hover window that shows you the description of this command and the notes attached to it from the wiki

If you miss a feature you can create an issue with the label "enhancement" and propose that particular feature. I will see what I can do.

Clone this wiki locally