Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.43 KB

Plone Snippets

Visual Studio Code Snippets for Plone

Plone logo

Currently this extension provides a good set of XML-Registry and Supermodel Snippets, as well as Python Snippets. You also have useful plone.autoform and ZCML permission Snippets to setup fieldsets and custom widgets.

Plone XML (supermodel) Snippets for VS Code

Plone XML Snippets for VS Code

Plone Python (plone.schema) Snippets for VS Code

Plone Python Snippets for VS Code

Install

This extension is already in the official Extension Marketplace and can ve installed directly from VS Code.

Manual Install

To install it manually in your VS Code editor, check out this repository and symlink it under the name "plone-snippets" into your extensions directory on Linux usually: ~/.vscode/extensions/. You have to reload the editor window or restart vs code, to load the snippets.

Contribute

If you have ideas to improve this extension, let us know! You can add an issue in this repository or even better make a pull request with your improvements.

We are also very welcoming any help in improving the quality and usefulness of these snippets.