This is an editor plugin for TSS
-
Implement only the minimum CSS subset
-
Class and Id autocomplete from HTML files in projet
-
Element autocompletion (from fixed set)
-
Basic "declaration" autocomplete. (I.e. "repeat")
The CSS editor do not accept "iterate", "data" and other TSS specific keywords.
That means that the base CSS editor is quite annoying due to false positive. Also, one need to associate "tss" extension with "css" files type.
It would be nice to have the following :
-
Full compliance with TSS (i.e. includes, data attribute, pseudo elements, …)
-
Live preview of TSS applied to a template with fake data
-
Helpers able to scan HTML documents for IDs, classes and elements
Anyone is welcome to contribute. If you want to learn more about the used technologies :