schemely icon indicating copy to clipboard operation
schemely copied to clipboard

Scheme plugin for IntelliJ

Results 21 schemely issues
Sort by recently updated
recently updated
newest added

In #42 CamelHumps style completion was implemented. In IntelliJ 10.5 they've implemented [shiftless completion](http://blogs.jetbrains.com/idea/2011/04/shiftless-code-completion-and-navigation-in-intellij-idea-105/). This would be great and probably more comfortable than requiring dashes, although this should be configurable.

In the list of suggested symbols when completing, each element appears twice.

No completion for symbolic data. It could be useful that the list of autocomplete suggestions includes all the symbolic data used in the current file. For example, ``` (define (attach-tag...

When restarting IDEA, if the user had a REPL toolwindow open when IDEA was closed, the window remains open on restart even though it's empty. It would be good to...

After symbol completion, a space character should be inserted as to let the user continue to type the expression. Example: (defi[press tab] then (define_

✘✘

There should be a way to let the user input data. Invoking _read_ turns the REPL irresponsive. It is necessary to shut down IDEA.

I have the following expression: ``` (define 2-scheme-value? (lambda (v) #t)) ``` With the caret anywhere over scheme-value? (not over 2-), pressing cmd+W selects scheme-value?. Pressing it again selects the...

Writing the following "let" expression (let\* [get-record |])) after introducing a '(' in the editor, the closed parenthese is added in the wrong place. (let\* [get-record (|])) It should be...

✘✘✘

Pressing ESC in the REPL moves the focus to the editor. At least it should do nothing. My suggestion is that it should clear the input, a la Skype's conversation...

After killing a REPL with the 'Stop REPL' button, one should be able to reuse it without having to close it and start a new one.