Re: Clojure support for Visual Studio Code

2016-09-25 Thread Andrey Lisin
Hi Michael, I agree with you. What makes me optimistic is that VSCode has a built-in terminal, but I don't know if it is possible to interact with it through the API. However, as you said, it all depends on a user's background. I know that Vim Fireplace plugin users are used to running a repl

Re: Clojure support for Visual Studio Code

2016-09-25 Thread Andrey Lisin
Hi Boris, please, see my answers below. On Saturday, September 24, 2016 at 3:37:38 PM UTC+6, Boris V. Schmid wrote: > > Just started using your plugin. Thanks. So far so good. > > Two questions. > > 1. Every time I eval something, or have an error, a bar appears on top, > like this: "[Info] Suc

Re: Clojure support for Visual Studio Code

2016-09-20 Thread Andrey Lisin
Hi Michael, 1. Showing a docstring on hover is a standard VSCode behavior. I don't think any extension should change it without a good reason. 2. I will investigate if it is possible to run repl from within VSCode. On the other hand, this behavior can be unexpected for some users. I believe, m

Re: Clojure support for Visual Studio Code

2016-09-19 Thread Andrey Lisin
Uploaded the extension to the Visual Studio Code marketplace. Now you can install using VSCode 'Extensions' menu. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new m

Re: Clojure support for Visual Studio Code

2016-09-18 Thread Andrey Lisin
release here: https://github.com/avli/clojureVSCode/releases/tag/v0.4.0 On Sunday, September 18, 2016 at 12:07:10 PM UTC+6, Andrey Lisin wrote: > > Hi Michael, > > First of all, I would like to thank you for your feedback, it helps a lot. > See my comments inlined. > > On Saturda

Re: Clojure support for Visual Studio Code

2016-09-17 Thread Andrey Lisin
Hi Ikuru, please, see my comments below. On Sunday, September 18, 2016 at 6:52:47 AM UTC+6, Ikuru Kanuma wrote: > > > I guess the installation part is then something specific to the ubuntu > flavor(I am using ubuntu-mate) I am using/ what ever it could be. > (I also did try to open the file from

Re: Clojure support for Visual Studio Code

2016-09-17 Thread Andrey Lisin
Hi Michael, First of all, I would like to thank you for your feedback, it helps a lot. See my comments inlined. On Saturday, September 17, 2016 at 4:32:39 AM UTC+6, Michael Ball wrote: > > > - Explicit docs/instructions on how to start and connect to the repl would > be good. I was able to get

Re: Clojure support for Visual Studio Code

2016-09-16 Thread Andrey Lisin
Sorry for the mess in the previous message. This code should be put into ~/.lein/profiles.clj {:user {:plugins [[cider/cider-nrepl "0.12.0-SNAPSHOT"]] :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}} пятница, 16 сентября 2016 г., 17:32:54 UTC+6 пользователь A

Re: Clojure support for Visual Studio Code

2016-09-16 Thread Andrey Lisin
Hi Ikuru, I've just checked and dragging and dropping works for me on Ubuntu 16.04, could you try it again? Another option is to open the extension file with "File -> Open" menu. Not sure I understand your question correctly, but to make the extension work you need to add cider-nrepl to a list

Clojure support for Visual Studio Code

2016-09-15 Thread Andrey Lisin
Hey guys, I've been working on Clojure support for Visual Studio Code text editor for a while. The first version is very close to the point when it can be published to Visual Studio Code marketplace, but I would like to test it a bit more before. Maybe there are Visual Studio Code uses here who