clj-light-refactor icon indicating copy to clipboard operation
clj-light-refactor copied to clipboard

Light Table plugin providing refactoring support for clojure

Results 9 clj-light-refactor issues
Sort by recently updated
recently updated
newest added

I've been trying to get this plugin working with Clojure 1.9. After lots of fiddling it seems I need to update both dependencies `refactor-nrepl` to `2.4.0-SNAPSHOT` and `cider/cider-nrepl` to `0.18.0-SNAPSHOT`....

This was originally reported as LightTable/LightTable#1928. This can supposedly be reproduced by eval-ing a single form in a Clojure file.

Hello, do you think is the same problem as \U? I´m using version 0.8.1 of LT and Windows 10 Pro with plugins [[refactor-nrepl "2.2.0"] [cider/cider-nrepl "0.14.0"]], I´ve tried other versions,...

I am trying to use your refactoring tools on a test project in https://github.com/JustinSpedding/luminus-testing When I try to rename the validate-new-message symbol to validate-new-message2 in lum.repositories.messages, it works fine within...

After installing the plugin auto complete for LT does not work any more

Preferably async. Allows for faster search first time. Should be user configurable.

Should be a quickie really, just provide a command and behavior to display usages as an inline select (which triggers jump-to upon selection)

Might be several issues: - Improve display of hints to only occur when inside a dependency vector - Improve display of version selector (kinda like how the hinter displays... ie...

enhancement
help wanted