vscode-temmeVSCode extension for temme selector. Features & Usages1. Syntax highlighting for temme files2. Runnig temme selectors directly from vscodeMethod: Command palette -> Temme: Run temme selector Before running temme selectors directly from vscode, you need to have some tagged-links in temme file. 3. Watch modeMethod: Command palette -> Temme: Start watching In watch mode, every time the selector changes, the result will be re-calculated automatically. Only one watching task can be active at a time. Before you start another task, the active watching task will be cancelled automatically. 4. Tagged-linksThis extension will recognize pattern 5. Status Bar ItemsThis extension will display some useful items in status bar. 6. Error reporting for syntax errorsNote: Syntax errors are displayed at the correct line. Runtime errors in watching mode are always displayed at the first line. Known IssuesIf you have any suggestions/questions, just fire an issue here. O(∩_∩)O Release Notes0.7.0Initial release. 0.8.0Update temme to 0.8 |