Skip to content

Update README.header.md #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions build/README.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ AFAIK WebStorm doesn't have any particular installation (or import) procedure fo
Instead just drop `*.xml` files from this repository into WebStorm's folder where it stores LiveTemplates.
Usually this is the `[your home directory]/.WebIde40/config/templates`.

If you want prefer to clone this repository so that you can keep getting updates from the repo, clone the repository to your Webstorm LiveTemplates folder, then create a symlink to all the xml files from that LiveTemplates folder:

```bash
ln -s ./angularjs-webstorm-livetpls/*.xml ./
```

##How to use the Live Templates
The following show the available abbrivations and their default implementations. Variables that are editable upon template expansion are delemited with the $ sign (ex. `$filterName$`).
`$END$` indicates where the cursor will be placed upon template completion.
Expand Down