Bastien Jansen
Bastien Jansen
This is a proposed fix for #523
This will add syntax highlight, code completion, navigation etc.
For example: * do not suggest rule names outside of a rule * do not suggest rule names before the colon * suggest known options in `options` * suggest relevant...
For example: * insert `;` after `grammar foo` * insert `;` at the end of a lexer/parser rule
Update here: https://github.com/zapodot/embedded-ldap-junit/pull/67#issuecomment-889780610 ~~Notes:~~ ~~* I didn't copy/adapt the full test suite because the code I put in the abstract classes is already tested by the Rule tests. I only...
Possible fix for #26
See if it would be possible to validate `examples` sections automatically to check for incorrect examples.
I just got this on IDEA 2017.2.1, it looks like completion is trying to reference a project that was closed then reopened. ``` Already disposed: Project (Disposed) myproject java.lang.AssertionError: Already...
* download `classes/embeddedDist` from https://ceylon-lang.org/download/dist/xxx * download `lib/*` from Herd
Debugger
- [ ] add/remove breakpoints - [ ] filter stack trace - [ ] smart step into/over/etc - [ ] evaluate expressions written in Ceylon - [x] filter variables to...