-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This package is to help ExpressionEngine developers work faster without having to type some of the various tags while providing nice syntax highlighting.
While some tags do not exist in older versions, the syntax highlighting should still work in ExpressionEngine 2.x for standards like the exp:channel:entries tag etc.
We also recommend the set-syntax package by lee-dohm for quick switching between languages/syntax!
After installing, you may need to restart your editor to ensure the snippets are loaded properly.
View all the currently available snippets.
- In version 2.0.0 of this package, variables that can be used as a parameter or condition will not be automatically wrapped in curly braces. This will make the autocompletions and snippets more flexible and ultimately useful for developers. Atom will autocomplete curly braces after you have typed the first opening one and then inside you will have the autocompletions available.
The keyword entry_id can be used as a parameter for the channel entries tag or as a variable. If we wrapped it in curly braces then the autocompletion would not be compatible with the channel entries tag. However, the path variable {path=''} can only be used in one way so the autocompletion will provide the full syntax.