Pillar Snippets is designed to enhance your coding productivity by generating code directly based on the chosen prefix. This extension significantly saves time by providing instant code snippets for HTML, TypeScript (TS), and CSS.
Features
Generate HTML: The Generate HTML feature allows you to quickly produce well-structured HTML code snippets by selecting the appropriate prefix. This is especially useful for web developers who need to create standard HTML elements and structures efficiently, ensuring consistency and reducing the time spent on repetitive coding tasks.
Generate TypeScript: The Generate TypeScript feature enables you to instantly create TypeScript code snippets based on predefined prefixes. This helps in maintaining a consistent coding style and speeds up the development process, particularly when working with complex TypeScript components and modules. It is ideal for developers who want to ensure type safety and leverage TypeScript’s powerful features without writing boilerplate code from scratch.
Generate CSS: The Generate CSS feature allows you to quickly generate CSS code snippets according to the selected prefix. This feature is beneficial for front-end developers who need to apply styling to web pages efficiently. By using predefined prefixes, you can ensure that your CSS is consistent and follows best practices, making your design process faster and more reliable.
Installation
To install the extension, follow these steps:
Open the Extensions view in VS Code (Ctrl+Shift+X or Cmd+Shift+X).
Search for "Pillar Snippets".
Click "Install".
Contributing
If you would like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch (git checkout -b feature-branch).
Commit your changes (git commit -m 'Add some feature').
Push to the branch (git push origin feature-branch).
Open a pull request.
Release Notes
For a detailed list of changes, please see the CHANGELOG.