Updated GSoC 2014 Ideas (markdown)

This commit is contained in:
Charlie Barto 2014-02-12 17:03:33 -08:00
parent 42f4bc3636
commit 0db68fa703
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ Nimrod's Compiler as a Service feature allows IDEs to query the compiler for thi
Tasks:
* Fix https://github.com/Araq/Nimrod/issues/804, which makes `idetools` unusable.
* Provide commands to execute macros. Allow IDEs to quickly get the code macros generate with different inputs.
* Provide a mechanism to track a dirty file without saving it to disk.
* Provide better diagnostic messages for invalid commands.
* Add commands to retrieve information about project layout and compilation settings.
**Bonus points:** Implement "Compiler as a Service" support to major IDEs/text editors such as Light Table, Sublime Text, or Visual Studio.