Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ejs formatter vscode

// Go to vscode settings (Ctrl + Comma) then search for "files.associations"
// Finally add following lines into your vscode settings 
// (or add that using vscode GUI settings by providing key (*.ejs) and value (html))

"files.associations": {
  "*.ejs": "html"
}
 
PREVIOUS NEXT
Tagged: #ejs #formatter #vscode
ADD COMMENT
Topic
Name
9+9 =