Hello, Colin.
Thanks for Cursive. It's a joy to work with every day.
My team uses tools like nsorg.cli and clj-format. The startup time for running these tools from the command line is painful, so we've figured out how to run them from the REPL, created REPL commands for them, and bound them to keystrokes. This lets us push a button to "lint fix" our project in about 6 seconds instead of, like, 100 seconds.
The only problem is that IntelliJ has no idea that this is going on, and needs to be prompted to "Reload all from disk" to notice the changes and update its editor buffers.
It would be super handy if we could tell Cursive's REPL command editor
After executing: Reload all from disk
This would make a lot of clever refactoring tools graceful to use via the REPL.
Would you please consider adding this feature?
Brian
Hello, Colin.
Thanks for Cursive. It's a joy to work with every day.
My team uses tools like nsorg.cli and clj-format. The startup time for running these tools from the command line is painful, so we've figured out how to run them from the REPL, created REPL commands for them, and bound them to keystrokes. This lets us push a button to "lint fix" our project in about 6 seconds instead of, like, 100 seconds.
The only problem is that IntelliJ has no idea that this is going on, and needs to be prompted to "Reload all from disk" to notice the changes and update its editor buffers.
It would be super handy if we could tell Cursive's REPL command editor
After executing: Reload all from disk
This would make a lot of clever refactoring tools graceful to use via the REPL.
Would you please consider adding this feature?
Brian