Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Releases: elm-tooling/vscode-elm-old

0.15.1

03 Oct 21:43
Compare
Choose a tag to compare
  • added prettier to the project (by @littleStudent)
  • Fix package installation (by @wolverian)
  • save file only once formatting is finished (by @gyzerok)
  • Snippets for elm-test test and describe blocks (by @andys8 )

0.15.0

10 Aug 10:11
Compare
Choose a tag to compare

0.14.1

21 Jun 11:43
Compare
Choose a tag to compare
  • Added the ability to include function/type/type alias comments in intellisense (by @andrewsdev)
  • Fixed bugs in parsing elm-oracle hover results and bugs in userProject hover results (by @andrewsdev)

0.14.0

15 Jun 17:06
Compare
Choose a tag to compare
  • Fix defaultModel snippet, Add Html.program snippet (by @iocube)
  • Bugfix: Error with one-line suggested annotation (by @hakonrossebo)
  • Handle block comments (by @hakonrossebo)
  • Improvements/bug fixes for user project intellisense (by @andrewsdev):
    • Bug fix: writing type signature before writing the function definition behavior
    • Bug fix: /as/ regex for the list of imports behavior
    • Bug fix: name of a user's type or type alias were not included in intellisense results
    • Feature: Primitive types are now included in autocomplete when writing a function definition
    • Feature: limit on user intellisense 'comment' size now better indicates it has hit a settings limit
    • Feature: Can now set elm.userProjectMaxCommentSize to 0 to bypass the limit on user intellisense 'comment' size
    • Feature: Working Intellisense (hover and autocomplete) for user modules with a '.'. Custom configuration to control this feature.

0.13.0

08 Jun 20:40
Compare
Choose a tag to compare

0.12.0

08 Jun 20:39
Compare
Choose a tag to compare
  • add auto-closing quotes to config (by @kojuro-kun)
  • Changes snippets to 4 space indentation (by @hakonrossebo)
  • Fixes double module name in autocomplete (by @hakonrossebo)
  • Autocomplete handles aliased module names (by @hakonrossebo)
  • Elm-format error as StatusBar instead of ErrorMessage (by @hakonrossebo)
  • Initial implementation of CodeActions (function type annotations, misspelled variable names, types and patterns) (by @hakonrossebo)
  • Implements go to definition for document (by @hakonrossebo)