Set up your Sublime Text editor for Total.js
Get a great syntax highlighting and snippets for Sublime Text Editor 3. Just download prepared config files.
Set up your Sublime Text editor for Total.js
- syntax highlighting for View Engine markup
- syntax highlighting for View Engine localization
- syntax highlighting for Tangular template engine
- snippets for
Controllers
,Schemas
andjComponents
- Node.js build system for running Node.js apps directly in the editor
How to install it?
- install package via Package Control: JavaScriptNext - ES6 Syntax
- install theme via Package Control: Theme - SoDaReloaded
- install theme via Package Control: Theme - Spacegray
Sublime User preferences:
Then download my .zip file and extract it into the Sublime Packages
directory and rewrite all existing files. Then restart Sublime Text Editor.
How to use Total.js syntax highlighting?
- open some
view
and set the syntax like this:
The same procedure with Total.js configuration files, resources and logs.
How to use Sublime Node.js build system?
- it works in macOS (Windows/Linux users have to change a path in
/User/nodejs.sublime-build
file.
Snippets
Total.js Controller
Total.js Schema
jComponent
Other posts from Total.js Platform
- 2024-11-13Benchmarking Node.js Frameworks: selecting your framework for 2025!
- 2024-11-01October report 2024
- 2024-10-22Performance Testing: Total.js vs. NestJS
- 2024-10-01September report 2024
- 2024-09-27Total.js UI Builder: #2 designing your first interface
- 2024-09-26Total.js V5: Middlewares
- 2024-09-23Beginner Guide to Total.js UI: # 05 Client-side routing
- 2024-09-23Total.js UI #4: Data Binding (Part 2 – Practical Example)
- 2024-09-20Introduction to Total.js UI Builder: A Beginner’s Guide
- 2024-09-13Total.js v5: #06 Understanding File Routing