smarty-vscode-support
Smarty template support extension for Visual Studio Code
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- dependabot.yml
- FUNDING.yml
- launch.json
- settings.json
- tasks.json
- css-beautify.js
- html-beautify.js
- js-beautify.js
- defaults.json
- javascriptobfuscator_unpacker.js
- myobfuscate_unpacker.js
- p_a_c_k_e_r_unpacker.js
- urlencode_unpacker.js
- beautifier.js
- beautifier.js.map
- beautifier.min.js
- beautifier.min.js.map
- beautify-css.js
- beautify-html.js
- beautify.js
- cli.js
- directives.js
- inputscanner.js
- options.js
- output.js
- pattern.js
- templatablepattern.js
- token.js
- tokenizer.js
- tokenstream.js
- whitespacepattern.js
- beautifier.js
- index.js
- options.js
- tokenizer.js
- beautifier.js
- index.js
- options.js
- tokenizer.js
- acorn.js
- beautifier.js
- index.js
- options.js
- tokenizer.js
- javascriptobfuscator_unpacker.js
- myobfuscate_unpacker.js
- p_a_c_k_e_r_unpacker.js
- urlencode_unpacker.js
- cli.js
- index.js
- index.js
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- beautify.ts
- configuration.ts
- decoration.ts
- documentLink.ts
- formatter.ts
- hover.ts
- client.ts
- configuration.ts
- constants.ts
- extension.ts
- interfaces.ts
- utils.ts
- package-lock.json
- package.json
- tsconfig.json
- logo.png
- netbeans-theme-preview.png
- preview.gif
- settings-preview.png
- htmlServerMain.ts
- htmlServerWorkerMain.ts
- cssMode.ts
- embeddedSupport.ts
- formatting.ts
- htmlFolding.ts
- htmlMode.ts
- javascriptLibs.ts
- javascriptMode.ts
- javascriptSemanticTokens.ts
- languageModes.ts
- selectionRanges.ts
- semanticTokens.ts
- htmlServerMain.ts
- nodeFs.ts
- 19813-4spaces.html
- 19813-tab.html
- 19813.html
- 21634.html
- 19813.html
- 21634.html
- icon.pic
- about.css
- about.html
- feature.js
- test.js
- .foo.js
- index.html
- completions.test.ts
- documentContext.test.ts
- embedded.test.ts
- folding.test.ts
- formatting.test.ts
- rename.test.ts
- selectionRanges.test.ts
- semanticTokens.test.ts
- words.test.ts
- arrays.ts
- documentContext.ts
- positions.ts
- runner.ts
- strings.ts
- validation.ts
- customData.ts
- htmlServer.ts
- languageModelCache.ts
- requests.ts
- package-lock.json
- package.json
- tsconfig.json
- snippets.json
- smarty.tmLanguage.json
- .gitignore
- .vscodeignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- extension-browser.webpack.config.js
- extension.webpack.config.js
- language-configuration.json
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/aswinkumar863/smarty-vscode-support
Downloads the entire project code from GitHub to your computer.
cd smarty-vscode-support
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
