clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Reload ns

Open barakl-madlan opened this issue 6 years ago • 3 comments

barakl-madlan avatar Dec 16 '17 20:12 barakl-madlan

Hi @barakl-madlan! Thanks a lot for your contribution!

Can I suggest you to format your code please? We use default vscode typescript formatting (cmd + shift + f). Thanks man!

fasfsfgs avatar Dec 20 '17 11:12 fasfsfgs

Sure, from now on I will format any file I am working on. I planning to add more features when I will have some time. Below are the features I have planned, let me know if any of you already working on something similar?

  1. I need to add verification that eastwood is in the dependencies otherwise disable the linter.
  2. Add test integration in the editor (running, seeing the result in the editor)
  3. running current block command
  4. copy namespace to clipboard command
  5. separate window (separate from the source control) to run commands in the current namespace

BR,

barakl-madlan avatar Dec 21 '17 07:12 barakl-madlan

Hi @barakl-madlan!

Thanks for showing interest in doing all of the above. =)

And thanks for formatting it. Let us know when you finish it.

Not sure about the other contributors but I'd say go for which one you find more interesting. One thing I'd do is separate them in different PRs and keep them coming. =)

I was thinking about doing the running current block command but I didn't start it yet and I'm not sure when I'll have time to do it. So feel free to do it as well. I'll let you know if I start it.

fasfsfgs avatar Dec 22 '17 18:12 fasfsfgs