Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>jiji-framework-syntaxNew to Visual Studio Code? Get it now.
jiji-framework-syntax

jiji-framework-syntax

Jguyet

|
230 installs
| (0) | Free
Syntax highlighting in es6 multiline strings for Jiji framework html syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JIJI FRAMEWORK SYNTAX

VSCode Marketplace

Adds syntax highlight support for code of jiji framework

Installation

  • Install jiji-framework-syntax from extensions (ctrl + shift + x)

Usage

Manage syntax for using Jiji Framework Jiji-js.io

Syntax html inner back quotes previoused by comment /* html */ Example :

module.exports = /* html */`
<div></div>
`;

Syntax js inner double braket code execution {{ }}

module.exports = /* html */`
<div>{{ this.title }}</div>
`;

Syntax js double quotes inner properties of tag click="this.xyz"

module.exports = /* html */`
<div click="this.title = 'abc'" >{{ this.title }}</div>
`;

Requirements

  • Visual Studio Code v1.19.0 recommended
  • Using Jiji-framework Jiji-js.io

Keybindings

  • ctrl+shift+p - Search insert jiji Controller

Note

The plugin was inspired by es6-string-html

Donation

paypal

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft