www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dlang-vscode

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Google Alerts just found this:

https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

Is anyone here familiar with that work?


Andrei
Sep 05 2016
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 9/5/2016 3:17 PM, Andrei Alexandrescu wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?
Not me, but the site lists 489 installs!
Sep 05 2016
prev sibling next sibling parent reply John Colvin <john.loughran.colvin gmail.com> writes:
On Monday, 5 September 2016 at 22:17:59 UTC, Andrei Alexandrescu 
wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
I've used it a bit. See also: https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
Sep 05 2016
next sibling parent Manu via Digitalmars-d <digitalmars-d puremagic.com> writes:
On 6 September 2016 at 09:51, John Colvin via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 On Monday, 5 September 2016 at 22:17:59 UTC, Andrei Alexandrescu wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
I've used it a bit. See also: https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
I used it, but then switched to code-d which seemed more mature (see John's link above). The problem with code-d is it's dependency workspace-d has a really painful installation process. It needs to be available in d-apt.
Sep 05 2016
prev sibling next sibling parent Daniel Kozak via Digitalmars-d <digitalmars-d puremagic.com> writes:
Dne 6.9.2016 v 03:41 Manu via Digitalmars-d napsal(a):

 On 6 September 2016 at 09:51, John Colvin via Digitalmars-d
 <digitalmars-d puremagic.com> wrote:
 On Monday, 5 September 2016 at 22:17:59 UTC, Andrei Alexandrescu wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
I've used it a bit. See also: https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
I used it, but then switched to code-d which seemed more mature (see John's link above). The problem with code-d is it's dependency workspace-d has a really painful installation process. It needs to be available in d-apt.
It is OK on ArchLinux ;) pacaur -S workspace-d or packer -S workspace-d or yaourt -S workspace-d
Sep 05 2016
prev sibling next sibling parent reply Manu via Digitalmars-d <digitalmars-d puremagic.com> writes:
On 6 September 2016 at 14:22, Daniel Kozak via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 Dne 6.9.2016 v 03:41 Manu via Digitalmars-d napsal(a):


 On 6 September 2016 at 09:51, John Colvin via Digitalmars-d
 <digitalmars-d puremagic.com> wrote:
 On Monday, 5 September 2016 at 22:17:59 UTC, Andrei Alexandrescu wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
I've used it a bit. See also: https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
I used it, but then switched to code-d which seemed more mature (see John's link above). The problem with code-d is it's dependency workspace-d has a really painful installation process. It needs to be available in d-apt.
It is OK on ArchLinux ;) pacaur -S workspace-d or packer -S workspace-d or yaourt -S workspace-d
Yup, it works well on my arch machine, but it doesn't work on my ubuntu machines at work. Ubuntu is the most popular distro; it really needs to work well ;)
Sep 05 2016
parent mogu <mogucpp 163.com> writes:
On Tuesday, 6 September 2016 at 05:38:28 UTC, Manu wrote:
 On 6 September 2016 at 14:22, Daniel Kozak via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 Dne 6.9.2016 v 03:41 Manu via Digitalmars-d napsal(a):


 On 6 September 2016 at 09:51, John Colvin via Digitalmars-d 
 <digitalmars-d puremagic.com> wrote:
 On Monday, 5 September 2016 at 22:17:59 UTC, Andrei 
 Alexandrescu wrote:
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
I've used it a bit. See also: https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
I used it, but then switched to code-d which seemed more mature (see John's link above). The problem with code-d is it's dependency workspace-d has a really painful installation process. It needs to be available in d-apt.
It is OK on ArchLinux ;) pacaur -S workspace-d or packer -S workspace-d or yaourt -S workspace-d
Yup, it works well on my arch machine, but it doesn't work on my ubuntu machines at work. Ubuntu is the most popular distro; it really needs to work well ;)
clone and use workspaced-installer in that repo, worked for me in ubuntu 16.04lts.
Sep 06 2016
prev sibling parent Andrej Mitrovic via Digitalmars-d <digitalmars-d puremagic.com> writes:
On 9/6/16, John Colvin via Digitalmars-d <digitalmars-d puremagic.com> wrote:
 I've used it a bit. See also:
VS code is pretty solid! I'm too used to Sublime to start using it now, but the fact it's open-source is a huge plus. Some of its addons are pretty great, for example you can run an opengl shader and have its output display in the editor.
Sep 06 2016
prev sibling parent Daniel Kozak via Digitalmars-d <digitalmars-d puremagic.com> writes:
Yes, it is on D wiki at Editor section ;)


Dne 6.9.2016 v 00:17 Andrei Alexandrescu via Digitalmars-d napsal(a):
 Google Alerts just found this:

 https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang

 Is anyone here familiar with that work?


 Andrei
Sep 05 2016