wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Visual Studio Port #40

Open Hades32 opened 8 years ago

Hades32 commented 8 years ago

After it becoming open-source, I have played around with Visual Studio Code, and man it is far better than Atom. Especially more responsive, but also better usability IMHO.

So now your plugin is the only reason for me still using Atom :)

I had a look at the VS Code plugin for Go [1](which seems to have a comparable way of implementing code completion with invoking external application like you) and it looked far easier than Atom's...

Maybe have a look if you find it worth to port from Atom to VS Code

[1] https://github.com/Microsoft/vscode-go

wende commented 8 years ago

First of all that has just made my day :grinning: I'm glad it's useful to someone

And second If VSC allows running another process in the background then I guess it shouldn't be hard because the very heart of the plugin is an Elixir script file. I'll take a look

Merry Christmas :gift:

Hades32 commented 8 years ago

Well, looking at https://atom.io/packages/autocomplete-elixir it's useful to a few thousand people! :grinning:

But being serious, this plugin finally made me productive with Elixir! I just cannot live without any form of autocomplete, and I'm not willing to stay with vim or emacs!

So, in any case, thank you very much and also a Merry Christmas to you! :christmas_tree:

devinshively commented 8 years ago

:+1:

Hades32 commented 8 years ago

VSCode recently reached 1.0 and thus should provide a stable API.

mat-mcloughlin commented 8 years ago

@wende yep its does allow out of process. I'm going to hopefully have time to start looking into adding it to my plugin (the one referenced) by the end of next week if you're interested

nsomar commented 8 years ago

Any new info about this issue, I really miss using it with vscode :(

mat-mcloughlin commented 8 years ago

Due to some fine work by fr1zle the beginnings have been added to the vs code plugin. Please pull down version 0.6

nsomar commented 8 years ago

Hello @mat-mcloughlin, after upgrading I am getting an error with VSCode. I am suspecting something regarding my PATH settings.

Anyways at the moment I had to revert back to 0.5 since in 0.6 coloring doesn't work anymore.

screen shot 2016-06-13 at 13 43 35