Skip to content

programaths/tss-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TSS Editor

This is an editor plugin for TSS

Features

  • 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")

Reason

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.

Future

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

Contributions

Anyone is welcome to contribute. If you want to learn more about the used technologies :