Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>fiskNew to Visual Studio Code? Get it now.
fisk

fisk

oceans-pro

|
389 installs
| (0) | Free
| Sponsor
Smarty Fis support with formatting, folding, snippets, syntax highlighting and more
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smarty Template for Visual Studio Code

This extension is modified from smarty-vscode-support to provide Smarty Template and Smarty Fis support for Visual Studio Code.

Except for the basic features of smarty-vscode-support, it can:

  • Supports {%...%} delimiters. Available for both VSCode desktop and web.

  • Supports js or css highlight in {%script%} or {%style%}.

  • Supports path jump, ex: {%widget name="banana:widget/nav/nav.tpl"%}.

  • Support <widget-app />

如何打包成vsix?

npm install -g @vscode/vsce
vsce package
vsce publish

For Emmet Abbreviations:

Paste the following into your settings.json

"emmet.includeLanguages": {
	"smarty": "html"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft