PyCharm supports integration with the JADE template engine.
On this page:
Prerequisites
- Enable Node.js support as described in Node.Js.
-
Make sure the NodeJS and Jade plugins are installed and enabled.
The plugins are not bundled with PyCharm, but they are available from the PyCharm plugin repository.
Once enabled, the plugins are available at the IDE level, that is, you can use it in all your PyCharm projects. See Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins for details.
Changes to the UI
The JADE plugin introduces the following changes to the PyCharm UI:
- The Jade file item is added to the menu.
-
Coding assistance is provided in the JADE-specific and HTML context:
- Code formatting
- Syntax highlighting
- Code completion
- Color schemes
- Create a project from scratch or around existing sources, and then create JADE files as necessary.
- Create a NodeExpress project.
In the runtime, the JADE files fill be transformed into HTML pages.
-
In the Project tool window, select the directory in which you want to create a new file.
Choose or press Alt+Insert.
Alternatively, right-click the corresponding directory and choose New from the context menu.
- Choose Jade file.
See Also
Procedures:
- Installing, Updating and Uninstalling Repository Plugins
- Node.Js
- Generating a Project from a Framework Template
Web Resources: