An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Plone Snippets

## Visual Studio Code Snippets for Plone

![Plone logo](https://github.com/plone/plone-vs-snippets/raw/master/images/plone-logo-128.png)

- [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 XML Snippets for VS Code](https://github.com/plone/plone-vs-snippets/raw/master/images/vs-code-snippets-xml.gif)

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

![Plone Python Snippets for VS Code](https://github.com/plone/plone-vs-snippets/raw/master/images/vs-code-snippets-python.gif)

### Volto Snippets for VS Code

![Volto Snippets for VS Code](https://github.com/plone/plone-vs-snippets/raw/master/images/vs-code-snippets-volto.gif)

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