- 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