This is a Atom package for Titanium Alloy
$ apm install titanium-alloy
Conflict Notice: If you using other tss grammar package, such as language-tss. It makes this package doesn't work.
More powerful autocomplete functions are coming!
This feature is a hyperclick provider. hyperclick package required.
- jump to tss definition from xml [class|id|tag] name
- jump to event handler definition from xml
onEventNameproperty.
Hyperclick is triggered by two events:
<alt>or<alt-mousemove>underlines clickable text under the mouse.<alt-mousedown>performs the action associated with the clickable text.<cmd-alt-enter>performs the action on the text under the cursor.
| Key Bindings | Command Desc |
|---|---|
ctrl-alt-a |
Open all relative files |
ctrl-alt-v |
Open view |
ctrl-alt-s |
Open style |
ctrl-alt-c |
Open controller |
refer to language-css and language-json, language-tss

This hightlight use css color your current theme. So tss file looks like css file.
- Auto complete (.js, .xml, .tss)
- tss ( autocomplete css)
- Jump to definition by clicking (
view to style definition(v0.3.0),view to controller handler(v0.3.5), reverses..)- ref 1 : css package)
- ref 2 : hyperclick
- Any issue, sugestion, PR makes me happy.

