SixtyFPS for Visual Studio CodeThis extension for VS Code adds support for the SixtyFPS design markup language. Features
InstallationYou can install the extension directly from the Visual Studio Code Marketplace. Afterwards it is
automatically activated when editing files with the Live-PreviewIn addition to the usual code editing features such as completion and syntax highlighting, this extension also offers the ability to view a rendering of the file you're editing and update it on-the-fly when making changes. You can issue the "SixtyFPS: Show Preview" command from the command palette when editing a Reporting IssuesIssues should be reported in the SixtyFPS issue tracker. Building from Source
How to debug the LSPAt the moment you need to load this directory in VS code and then start debugging (Run -> Start Debugging). That will "debug" the vs code extension and create a new VS code window. The LSP server binary will be started if previously built You can see the output in the output pane "SixtyFPS LSP" (that's the drop-down that usually shows "Tasks"). How to build the extension packageTo create a
Note that the resulting |