Version 1.16.0Commit 787b31c0474e6165390b5a5989c9619e3e16f953Date 2017-09-06T16:19:37.192ZShell 1.7.3Renderer 58.0.3029.110Node 7.9.0Architecturex64
I started elixir sense as well
Frank Kumro Jr
@fkumro
Yea, something isn't right with my setup. No autocomplete after I type Enum. like it does in the repo examples
fr1zle
@fr1zle
Hmm can you open the developer tools in vs code and check the console for errors?
Frank Kumro Jr
@fkumro
Nothing in the console
fr1zle
@fr1zle
You did open the one looking like the chrome Dev tools, right? Via the help menu?
Frank Kumro Jr
@fkumro
Yep
fr1zle
@fr1zle
Weird, you do have a mix project open, right?
Frank Kumro Jr
@fkumro
correct, and its been compiled
elixir 1.5.1
actually I am 1 folder above it
and now it works
fr1zle
@fr1zle
Ohhh..
I see, we still have an issue for this
Frank Kumro Jr
@fkumro
So I didn't waste your time :)
fr1zle
@fr1zle
#82
No it's fine ;D pretty reasonable to expect this to work.
Frank Kumro Jr
@fkumro
404s on the #82 link
fr1zle
@fr1zle
fr1zle/vscode-elixir#82
Sung-Chul Lee
@sclee15
how can i get genserver related return intelisense? such as {:reply, message, state}
kk
@0radek
hi
I'm having some issues with vscode-elixir namely the autocomplete and stuff from the gifs on the extensions page. all that stuff doesn't work
fr1zle
@fr1zle
@ScaryWolfMan are you inside a mix project?
Adam Bellinson
@djthread
Hi! So who can tell me why my code commenting function in elixir source files are using a double slash instead of the proper pound symbols?
fr1zle
@fr1zle
Hey @ctrlShiftBryan I will look into it
fr1zle
@fr1zle
@djthread sorry, wanted to ping you. I cant reproduce this in .ex and .exs files. do you mind opening an github issue with more details?
Adam Bellinson
@djthread
I uninstalled and reinstalled the "PHP IntelliSense" extension and it seems to be working now . .
fr1zle
@fr1zle
@djthread glad to hear!
Jess Haddow
@jhaddow
Anybody have any tips on how to diagnose problems with the extension? It seems to randomly stop working and the blue progress animation at the top of the screen goes on inifinitely.
and intellisense stops working
fr1zle
@fr1zle
You can open up dev tools: Help -> Developer Tools
Jess Haddow
@jhaddow
Any ideas on how to resolve these errors? Or are they expected?
fr1zle
@fr1zle
huh, i have not seen those before :worried:
Something you are hovering over seems to break the extension
any "unusual" constructs in your code?
Jess Haddow
@jhaddow
I couldn't say, I'm fairly new to elixir
No worries. I'll just keep reloading the workspace as I have been doing.
fr1zle
@fr1zle
hmm
are there any more errors? especially something like "server is busy/stopped"?
Jess Haddow
@jhaddow
No, not yet. I'll report back when I see the behavior I describe earlier: namely, the progress animation at the top of the screen continuing indefinitely.
Mitchell Hanberg
@mhanberg
Hi! I have had a pleasant experience using the extension, but have a question about its use in .exs elixir script files. Is the intellisense/autocomplete functionality supposed to work in these files? I am doing the advent of code challenge and am using script files instead of a normal mix project.
fr1zle
@fr1zle
hey @mhanberg , currently we can only support mix projects :-/
Should probably add this to the readme.
Mitchell Hanberg
@mhanberg
That's totally fine, just wanted to make sure. Thanks for the quick response!
César Millán
@crsmillan
hi guys recently upgrade elixir version to 1.8.1 ...and vscode-elixir doesnt work appropriately
is there a problem with the version ?
Jonathan Yankovich
@tensiondriven
Anyone have opinions about vscode-elixir vs ElixirLS?
Artem Volobuev
@volart
Hi everyone! I have a problem with formatting using the extension. Pressing Option+Shift+F I have a message like "There is no formatter for 'elixir' files installed." What do I need to install more to make it workable? Thank you!