- This folder contains all of the files necessary for this extension.
package.json
- this is the manifest file that defines the location of the snippet file and specifies the language of the snippets.snippets/python.json
- the file containing all Python snippets to Odoo development. Add new Python snippets here.snippets/xml.json
- the file containing all XML snippets to Odoo development. Add new XML snippets here.
- Press
F5
to open a new window with this extension loaded. Create a.py
or.xml
file to see snippets working.
- You can relaunch the extension from the debug toolbar after making changes to the files listed above.
- You can also reload (
Ctrl+R
orCmd+R
on Mac) the VS Code window with your extension to load your changes.
- Commit your changes and send us a Pull Request.
Thanks for help to make the Odoo Snippets extension better.