Papirfly VSCode toolsComplete documentation can be found in Confluence. This extension is for Papirfly template developers, or external partners who develop templates using Papirfly's editor framework. To speed up development and increase overall quality of life in VSCode, we have created a custom extension that adds several features that target the framework. The extension is an invaluable tool for template development, and development is ongoing. Don't develop templates without it! ™ Summary of featuresCode wizards Quickly create projects, templates, pages or containers based on a guided series of choices. Contextual code generation Create standard code on the clipboard based on other code, which you can paste in where you need it. Snippets (IntelliSense) Autocomplete for commonly-used functions and controls. Shortcut buttons Easy access to the most commonly used functions, such as building the manifest, starting the webserver, and building the application. Upgrade scripts Help to "fix" your projects when the framework is changed, requiring corresponding changes to your project. Code analysis Run analytics on your project to identify suboptimal code. Framework development features (Advanced use) Additional help for developers of the framework. Currently this is focused on unit testing and coverage. |