Re: [julia-users] Re: VS code extension

2016-10-28 Thread Zac
> julia...@googlegroups.com ] *On Behalf Of *Zac > *Sent:* Friday, October 28, 2016 8:40 AM > *To:* julia-users > > *Subject:* [julia-users] Re: VS code extension > > > > Ok then, https://github.com/ZacLN/julia-vscode . I'll look into trying to > make a pull reque

RE: [julia-users] Re: VS code extension

2016-10-28 Thread David Anthoff
) and it would be good to sort out what is the right strategy for the extension, and how this new code fits in there. From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Zac Sent: Friday, October 28, 2016 8:40 AM To: julia-users Subject: [julia-users] Re: VS

[julia-users] Re: VS code extension

2016-10-28 Thread Zac
Ok then, https://github.com/ZacLN/julia-vscode . I'll look into trying to make a pull request on the main repo. On Friday, October 28, 2016 at 3:29:17 PM UTC, Tony Kelman wrote: > > The repo's MIT licensed, so unless this person changed the license of > their additions, yes. Best to preserve

[julia-users] Re: VS code extension

2016-10-28 Thread Tony Kelman
The repo's MIT licensed, so unless this person changed the license of their additions, yes. Best to preserve git authorship attribution if you can. Pull requests to the JuliaEditorSupport repository are encouraged, I imagine. On Friday, October 28, 2016 at 3:31:56 AM UTC-7, Zac wrote: > > Hi,

[julia-users] Re: VS code extension

2016-10-28 Thread Zac
Hi, I'm using a fork of this that implements completions, function parameter hints, documentation hovers, linting and definitions. I pulled it from another fork that has subsequently disappeared (github.com/novatena). This Given that someone else did most of the work is it ok to share it here?

[julia-users] Re: VS code extension

2016-07-05 Thread FANG Colin
Thank you. I used to use https://github.com/Mike43110/julia.vscode which unfortunately doesn't provide the command for mark selection as comments.

RE: [julia-users] Re: VS code extension

2016-06-23 Thread David Anthoff
-users@googlegroups.com] On Behalf Of David Anthoff Sent: Thursday, June 23, 2016 12:07 PM To: julia-users@googlegroups.com Subject: RE: [julia-users] Re: VS code extension Yes, VS Code does feel a lot snappier than Atom. I never had problem with installation or updating with Atom, though

RE: [julia-users] Re: VS code extension

2016-06-23 Thread David Anthoff
major development. PRs are welcome, though! Cheers, David From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Tony Kelman Sent: Wednesday, June 22, 2016 8:11 PM To: julia-users Subject: [julia-users] Re: VS code extension VS Code feels much

[julia-users] Re: VS code extension

2016-06-22 Thread Tony Kelman
VS Code feels much snappier and higher performance to me than Atom, especially on larger files. If you're on Windows especially, the installation and updating experience is just a lot more polished and customizable. The downside is there's been a lot less work on Julia-specific addin integratio

[julia-users] Re: VS code extension

2016-06-22 Thread Eric Forgy
On Thursday, June 23, 2016 at 10:36:58 AM UTC+8, Gabriel Gellner wrote: > > Are there benefits to using this over atom? Why are people moving over? > Pros, Cons? > Hi Gabriel, In my case, we are using Visual Studio (not VS Code) for ASP.NET and Julia in Atom/Juno (.NET & Julia talk to each othe

[julia-users] Re: VS code extension

2016-06-22 Thread Gabriel Gellner
Are there benefits to using this over atom? Why are people moving over? Pros, Cons? On Tuesday, June 21, 2016 at 3:26:52 PM UTC-7, David Anthoff wrote: > > Hi all, > > > > I’ve created a new github repo for a VS code extension > https://github.com/davidanthoff/julia-vscode and it is published

RE: [julia-users] Re: VS code extension

2016-06-22 Thread David Anthoff
Eric Forgy Sent: Wednesday, June 22, 2016 5:05 PM To: julia-users Subject: Re: [julia-users] Re: VS code extension Hi David, This is awesome. Thanks for this. Out of curiosity, is this the same syntax highlighting used in Juno? It feels a little different and I've gotten used to

Re: [julia-users] Re: VS code extension

2016-06-22 Thread Eric Forgy
gt; > David > > > > *From:* julia...@googlegroups.com [mailto: > julia...@googlegroups.com ] *On Behalf Of *Lyndon White > *Sent:* Tuesday, June 21, 2016 7:53 PM > *To:* julia-users > > *Subject:* [julia-users] Re: VS code extension > > > > I would be hap

RE: [julia-users] Re: VS code extension

2016-06-22 Thread David Anthoff
The VS code extension now lives here https://github.com/JuliaEditorSupport/julia-vscode. Cheers, David From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Lyndon White Sent: Tuesday, June 21, 2016 7:53 PM To: julia-users Subject: [julia-users] Re: VS

[julia-users] Re: VS code extension

2016-06-21 Thread Lyndon White
I would be happy to transfer https://github.com/oxinabox/julia-vim-completions to an Org. Though probably worth waiting til it is wrapped up into a form people who are not me can use. On Wednesday, 22 June 2016 06:26:52 UTC+8, David Anthoff wrote: > > Hi all, > > > > I’ve created a new git