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

0.14.0

Compare
Choose a tag to compare
@Krzysztof-Cieslak Krzysztof-Cieslak released this 15 Jun 17:06
· 115 commits to master since this release
  • 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.