Primevue Helper is a simple, lightweight, and easy-to-use extension for Visual Studio Code
that improving your development efficiency.
- Open Visual Studio Code
- Click on the Extensions icon in the Activity Bar on the side of the window
- Search for "Primevue Helper" and click Install
- support view api document
- support insert template snippet
- support insert props & slots & emits snippet
- support open official website
Click on the Primevue Helper
icon in the Activity Bar on the side of the window
you can see a tree of components.
Select the component you want to view. The API docs will be displayed in the panel
if you already using some components, you can double click on the component tag
in the editor to open the API docs. that's very useful when you want to view some components not displayed in the tree. like column
etc.
if you want to know more information about components, you can also click on the open official website
option in contextmenu to open the official website of primevue.
Click on the Insert Code Snippet
icon in contextmenu you can insert the code snippet to your current file.
Click on props name will insert the prop snippet to focus position in current file.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any questions or suggestions.
This project is licensed under the MIT License - see the LICENSE file for details.