afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Add load all project files action with shortcut #80

Closed yullidias closed 1 day ago

yullidias commented 5 days ago

Describe the bug Today we need to load the modified files one by one. Could you please implement the feature to update all files using a shortcut? Also, would be good to have another shortcut to load just the modified files

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

ericdallo commented 5 days ago

I think we can have a separated issue for the modified ones as I'm now sure how we should support but I have a feeling it should not be hard using cider-nrepl

yullidias commented 5 days ago

I created other issue for the modified files https://github.com/afucher/clojure-repl-intellij/issues/81