-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtodo.txt
38 lines (24 loc) · 819 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
* Symbol completion
- Add symbols from r5rs, Kawa, SISC etc. (stub generation, include in plugin?)
- Investigate doc for symbols
* Structure view & completion should show function parameters
* More binding forms - syntax-rules
* Better AST?
* Macro resolution
* Customisable indentation - how to create scheme editor in code style panel?
* Customisable list of keyword names
* Compiler - check for SDK, use built in if not, warn
* Remove Facet
* Runner creation
* Scheme Implementation
- Symbol resolution (identifier, file)
- Completion symbols
- Compiler (SchemeBackendCompiler)
- REPL (Classpath, Prompt, ProcessHandler, Console highlighting, Console detection)
- Annotation list?
* Allow case-sensitivity
* Internationalise
* Fix highlighting w/quoting of lists
* REPL
- prefix output
- investigate