This Visual Studio Code Extensionsion let you evaluate your ejs templates on the fly.
To evaluate a ejs document, run the command EJS Eval
.
ext install ejs-eval
This Extension requires ejs (obviously).
If you find anny Issues, let me know through the issues section of the Github's repo.
- Update dependencies
- Replace deprecated
vscode.previewHtml
withvscode.workspace.openTextDocument
. Fixes #2
Refine package informations
Initial release of EJS Eval
This project is licensed under the terms of the MIT license.