ftHTMLThis extensions provides language support for ftHTML preprocesser Support includes, but not limited to:
Icon ThemeAn icon does not show up in the solution explorer treeview for any To enable this type this in your command palette:
And select Seti (Visual Studio Code & ftHTML) FormattingTo review the comprehensive formatting configurations please see here Syntax ValidationYour fthtml markup is validated on every save or everytime you open an Code Actions
SnippetsIn addition to snippets this extension supports all language specific macros, functions, keywords and embedded code block code completions, the following snippets can be used to quickly insert text:
Go To DefinitionsQuickly peek or go to definitions for import files, template files or user defined variables. For variables, global vars defined in the DocumentationAll language specific functions, macros and keywords are documented for on-hover events and shortcut previews. For functions, all arguments are documented as well and can be seen using the parameter hints functionality Symbol SupportSymbols are identified for imports and user defined variables Document LinkingDocument linking is natively supported now. The important thing to note here is that it honors relative paths, paths respective of your fthtmlconfig Convert HTML on pasteNow when you paste anything into an ftHTML document, it will try and detect if it's HTML or not. If it is HTML it will automatically be converted to ftHTML and formatted according to your personal format settings, otherwise it will be pasted as-is. You can use To specify the quotation style for conversions you can use: If you copy the below HTML
And paste it into an ftHTML file, it will automatically be converted to ftHTML syntax:
You can use ExportingEasily export all ftHTML file in your workspace to HTML on save Enjoy! |