Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Features

Bastien Jansen edited this page Oct 12, 2016 · 8 revisions
  • πŸ‘ Create project / import existing sources: works
  • πŸ‘ Syntax highlighting: works (except in string templates and popups like completion/documentation)
  • πŸ‘ Parser: works
  • πŸ‘ Type checker: works partially
  • πŸ‘ Comment code: works
  • πŸ‘ Code folding: works
  • πŸ‘ Brace matching: works
  • πŸ‘ Build project: works
  • βœ‹ Run/Debug configuration: work, you can run a toplevel function, you can set breakpoints and watch variables
  • πŸ‘ Go to declaration: works partially
  • πŸ‘ Code completion: mostly done
  • πŸ‘ Code formatting/indentation: mostly works (does not use ceylon.formatter)
  • βœ‹ Live templates + postfix completion: POC for one of each
  • ❌ Index of declarations for fast navigation
  • πŸ‘ Go to class/symbol
  • ❌ Mixed Java/Ceylon projects
  • βœ‹ Quick fixes (WIP)
  • βœ‹ Refactorings (some are missing)
  • Many other things that I missed :)
Clone this wiki locally