vigetlabs / craft-viget-base

http://code.viget.com/craft-viget-base/
7 stars 3 forks source link

[n/a] Adding vscode recommended plugins #85

Closed nathan-schmidt-viget closed 3 months ago

nathan-schmidt-viget commented 3 months ago

This is a task in our Initiatives Board for .vscode setting

This adds our two recommended VS Code plugins.

EditorConfig

This plugin overrides the user/workspace settings with settings found in .editorconfig

Tailwind CSS IntelliSense

Enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting.

joshuapease commented 3 months ago

This probably should go in the Site Starter Repo

This repo is for a composer package that gets installed on sites, so these configs wouldn't be picked up by vscode.

nathan-schmidt-viget commented 3 months ago

@joshuapease Thanks, I will move the code into that repo!