vscode-elixir
vscode-elixir copied to clipboard
This plugin is no longer maintained!
Hi, I have noticed that when you open a source file that uses the [protox](https://github.com/EasyMile/protox) library and then put the cursor on a symbol to get the documentation hover the...
What is happening is when you save a file and the formatter runs it just hangs indefinitely. If I hit cancel the file will format properly and finish saving. I've...
The npm `postinstall` script runs both on local npm install as well as after being installed as a dependency of someone else’s project. The `prepare` script only runs on local...
 Hi there. I read the [previous link](https://github.com/fr1zle/vscode-elixir/issues/65) on the autocomplete working and tried changing `this.command` in the `elixirServer.js` file but I'm still...
Hi! I would love to see this project published on the [VSX registry](https://open-vsx.org/) so people using VSCode forks, such as VSCodium for example, could use this fantastic extension without too...
Does this exist? Nothing happens when I try to auto format a file with a `.eex` extension. Am I doing something wrong?
Do you have in plans adding this extension?
HTML attributes don't seem to recognize Elixir interpolation, causing them to catch double-quotes within Elixir and close attributes early. See attached image for explanation. Example text: ```eex ``` Theme used:...
Right now it seems we have two packages for elixir support in visual studio with somewhat overlapping functionality - this one and [JakeBecker/vscode-elixir-ls](https://github.com/JakeBecker/vscode-elixir-ls). Both provide syntax highlighting, both provide some...
No sure whats going on here, but jumping to definitions does not work, is this a feature? You can see me here, hitting f12, trying to go to the definition...