- internal refactorings
- different highlight for variables starting with underscore
- provide a way to specify the path of a Mix project inside a vscode project (
elixir.projectPath
) - merged latest elixir syntax file from atom
- more details in problem view for compiler warnings
- support for espec test failures in problem view
- many internal refactorings
- fix for starting elixir_sense on windows
- support elixir_sense in multi folder workspaces
- fixes to the html / eex language configuration
- small bugfix for windows
- update elixir_sense
-
Switched to using Elixir Sense for autocomplete/intellisense. If your are having issues with the new implmentation you can switch back to the old one by setting the property
elixir.useElixirSense
tofalse
This feature was implemented by PotterDai
- Problem matchers for compile warnings fixed
- Problem matchers for compile and test errors
- describe snippet
- Small bugfix for Windows users
- implemented a documentation lookup when hovering over code
- minor fixes for autocompletion issues
- fix startup issues
- remove completion of paremter indices for macros
- fix elixir warnings
- added braces to autoclosing pairs
- Enable emmet completion in html.eex files
- Added autoclosing quotes