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

When renaming, currently a dialog box pops up. This should be in-place like the Java rename.

✔✔

I have code in the annotator for unresolved symbols - this is useful for debugging. This should really be an inspection so that it can be turned on and off...

✔✔

There are currently a few minor problems with the plugin - it would be good to get these sorted out. - The New Scheme file action doesn't work - The...

✘✘

Could it be feasible to allow the user rename a REPL tab? Right now, all of them are named "Local". As an example, if the user is working with two...

In the REPL, (load ) uses the IntelliJ's running path to look for the source to load: > (load "test.scm") > Error in load: error opening 'file:/Applications/IntelliJ IDEA 10 CE.app/bin/test.scm'....

✘✘

The action Tools -> Scheme REPL -> Load file to REPL is not assigned a shortcut.

✘✘

When the REPL tool window gets the focus, it should position the caret on the last position of the REPL editor.

If one executes 'Run selected text in REPL' and there is not a REPL available, a new one should be launched in which to evaluate the code text.

The editor action for completing the current statement is really useful when editing languages not based on S-Expressions, and I consider that it would bring even greater value to lispy...

✔✔

This might be hard to implement, but I think it would be nice to be able to move variable declarations within a let in a structural, not textual way. Let...

✔✔