Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rundis committed Mar 15, 2016
1 parent 0460708 commit 62824a0
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 170 deletions.
16 changes: 16 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,20 @@ However if you added linting when saving to your user behaviors, you would want



=== Module browser
image::modulebrowser.png[width=800]

.To view your project modules:
* From an open elm editor
* Select the command : **Elm: Show module-browser**
* Use the arrow keys to move the selection up or down
* The list of modules is filtered by "starts-with" (case insensitive) from what you enter in the input text field
* To open a module press `Enter`
* To close the module browser, press `Esc`

NOTE: You need to have run elm-make/elm-package install to view modules from 3.rd party packages.



=== Note on editor commands

Expand All @@ -387,6 +401,8 @@ In most cases it should work sensibly though.
Pull requests are most welcome. Please do not include the transpiled files (*_compiled*) in the PR.

== History
* 0.3.5 Added module browser
** Bugfix: Display make errors (both make and linting)
* 0.3.4 Updated to supprt elm-format 0.2-alpha
** Added format buffer (keeps unsaved changes) and format expression commands
* 0.3.3 Fix compatibility with LT 0.8.1. Also tweaked the autocompletion to be a little faster and more accurate.
Expand Down
Loading

0 comments on commit 62824a0

Please sign in to comment.