pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

Prado Snippets and Code Highlight extension #992

Open sicutdeux opened 7 months ago

sicutdeux commented 7 months ago

Hello everyone,

I've been a dedicated user of Prado for over 15 years, applying it in various personal and commercial projects. However, finding a suitable editor that matches the efficiency of PHP/Prado in Eclipse, particularly with features like auto-indentation, has always been a challenge.

I'm excited to share my first contribution to the Prado project. I am currently developing a Visual Studio Code extension tailored for Prado. This extension, which is in its alpha version, is designed to highlight Prado components and facilitate the insertion of snippets. Although it's quite basic at the moment and not yet published on the Marketplace, it's been working effectively for me in my recent personal project using Prado.

I invite you all to check out the GitHub link to my project: Github Project / Prado VS Code Extension. I am looking forward to your comments and contributions to further enhance this tool.

Best regards,

Axzel.

ctrlaltca commented 7 months ago

Hi Axzel, thank you for your contribution! I don't use VS Code myself, but I guess your extension could be beneficial for a lot of people. If you want I can give you access to the https://github.com/pradosoft/editor-plugins repo to add the extension there (or in a git submodule, as you prefer). I'm not sure if you need a separate repo to publish it on the VS Code marketplace. Anyway, I'd like to add at least a link on the https://www.pradoframework.net/site/download page to ensure your extension can be found by users.