afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
59 stars 9 forks source link

show loading file path on console #23

Closed afucher closed 11 months ago

afucher commented 11 months ago

When using Load File REPL action, we do not have any information about the file. This PR aims to show to the user in the console the file that is being loaded. Added project field to configuration, uses it to related actions and repl.

It does not cover error cases. For this I created another issue: #22

Screenshot 2023-10-23 at 10 27 04 Screenshot 2023-10-25 at 20 23 52