https://github.com/plone/plone-vs-snippets
Visual Studio Code Snippets
https://github.com/plone/plone-vs-snippets
hacktoberfest snippets visual-studio-code
Last synced: 4 months ago
JSON representation
Visual Studio Code Snippets
- Host: GitHub
- URL: https://github.com/plone/plone-vs-snippets
- Owner: plone
- License: gpl-3.0
- Created: 2018-02-15T15:57:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T15:43:27.000Z (8 months ago)
- Last Synced: 2025-05-26T16:57:11.308Z (8 months ago)
- Topics: hacktoberfest, snippets, visual-studio-code
- Homepage:
- Size: 2.82 MB
- Stars: 7
- Watchers: 192
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Plone Snippets
## Visual Studio Code Snippets for Plone

- [plone.org (Community)](https://plone.org)
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.
It also provides Snippets for Volto Block View and Edit components, and Volto block configuration, Volto block schema and Volto schema enhancers aswell.
### Plone XML (supermodel) Snippets for VS Code

### Plone Python (plone.schema) Snippets for VS Code

### Volto 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.