Skip to content
martin-henz edited this page Mar 5, 2020 · 10 revisions

The editor of the Source Academy is based on Ace. We have built Ace modes for each Source version, which feature:

  • highlighting of:
    • keywords: keywords of the current Source version
    • forbidden words: JavaScript keywords that are not keywords of the current Source version
    • pre-declared functions
    • constants
    • comments
    • declarations (function, let, const)
  • linking to documentation of predeclared names, respecting the scope of names
  • navigation from names to their declaration, respecting the scope of names
  • refactoring of names across their scope
  • scope-driven auto-complete
Clone this wiki locally