Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from ybakos/readme_troubleshooting_menu
Browse files Browse the repository at this point in the history
README: Add troubleshooting tip for menu
  • Loading branch information
sentience committed Apr 15, 2017
2 parents 64315b1 + 7359d2b commit 195e71c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
- Elm format automatically runs every time I save a file, but there are some files I don't want it to run on
1. If there are certain Elm source files you don't want to automatically run `elm-format` on, for example elm-css based files, you can set a regex filter which will search the full filename (including the path to the file). If the regex matches, then it will not automatically run `elm-format` on the file when you save. For example, the following filter would prevent automatic `elm-format` on a file named `elm-css/src/Css/TopBar.elm`:
`"elm_format_filename_filter": "elm-css/src/Css/.*\\.elm$"`
- The _Tools_ menu item is blank or the _Elm_ menu item is greyed out and I cannot select it
1. Install the [SublimeREPL](https://packagecontrol.io/packages/SublimeREPL) package. The 'Elm' item will appear in the _Tools > SublimeREPL_ submenu.

## Learning

Expand All @@ -62,7 +64,7 @@ Don't know Elm? Great first step!
The following features are being worked on next:
- Built in `elm-package` support. Install packages, open docs in the browser, and pull package stats from GitHub
- Improved snippets to help with common patterns. Create a new Elm Architecture project or submodule with a basic skeleton in just a few keystrokes. Less manual boilerplate

[Community Forum]: https://groups.google.com/d/forum/elm-discuss
[Elm]: http://elm-lang.org/install
[ElmCast]: http://elmcast.io
Expand Down

0 comments on commit 195e71c

Please sign in to comment.