All Projects → jens1o → Vscode Smarty

jens1o / Vscode Smarty

Licence: gpl-3.0
Smarty syntax highlight extension for Visual Studio Code

Projects that are alternatives of or similar to Vscode Smarty

Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+1310%)
Mutual labels:  vscode, vscode-extension, snippets, syntax-highlighting
Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (+780%)
Mutual labels:  vscode, vscode-extension, syntax-highlighting
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+6620%)
Mutual labels:  vscode, vscode-extension, syntax-highlighting
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+1220%)
Mutual labels:  vscode, vscode-extension, snippets
Vscode Unity Code Snippets
All snippets for Unity3D development
Stars: ✭ 26 (+160%)
Mutual labels:  vscode, vscode-extension, snippets
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+10730%)
Mutual labels:  vscode, vscode-extension, snippets
Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (+440%)
Mutual labels:  vscode, vscode-extension, syntax-highlighting
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+2550%)
Mutual labels:  vscode, snippets, syntax-highlighting
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: ✭ 35 (+250%)
Mutual labels:  syntax-highlighting, vscode, vscode-extension
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+1800%)
Mutual labels:  vscode, snippets, syntax-highlighting
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (+700%)
Mutual labels:  vscode, vscode-extension, snippets
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (+4350%)
Mutual labels:  vscode, vscode-extension, snippets
Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (+1390%)
Mutual labels:  vscode, vscode-extension, snippets
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+4250%)
Mutual labels:  vscode, vscode-extension, snippets
Vscode Angular Snippets
Angular Snippets for VS Code
Stars: ✭ 530 (+5200%)
Mutual labels:  vscode, vscode-extension, snippets
Vscode Gitlens
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Stars: ✭ 6,483 (+64730%)
Mutual labels:  vscode, vscode-extension
Vscode Badges
Snippets to quickly insert Shield.io badges into HTML, Markdown, reStructuredText or Textile documents
Stars: ✭ 19 (+90%)
Mutual labels:  vscode-extension, snippets
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+7310%)
Mutual labels:  vscode, vscode-extension
Vscode Peacock
Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
Stars: ✭ 690 (+6800%)
Mutual labels:  vscode, vscode-extension
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+8300%)
Mutual labels:  vscode, snippets

Smarty syntax highlighting

This extensions adds support for syntax highlighting and snippets for the Smarty 3 templating language.

If you see a bug or have a feature request of what could be added feel free to let me know or create an issue.

Snippets available:

  • assign
  • block
  • break
  • capture
  • case
  • comment
  • debug
  • else
  • elseif
  • extends
  • foreach
  • if
  • ifelse
  • include
  • literal

HTML Intellisense and Suggestions

This is planned as an 'out of the box' feature, but it may take some time to achieve.

As a workaround use these settings in VS Code:

"emmet.syntaxProfiles": {
  "tpl": "html"
},
"emmet.triggerExpansionOnTab": true,
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].