/tss-editor

TSS Editor for Jetbrains'IDEs

Primary LanguageKotlin

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 :