https://github.com/ecrmnn/vscode
My personal VS Code setup
https://github.com/ecrmnn/vscode
Last synced: 2 months ago
JSON representation
My personal VS Code setup
- Host: GitHub
- URL: https://github.com/ecrmnn/vscode
- Owner: ecrmnn
- Created: 2018-12-18T08:12:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T08:08:29.000Z (about 2 years ago)
- Last Synced: 2025-02-09T06:27:38.803Z (4 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode
My personal VS Code setup## Extensions
#### General
- Atom One Dark Theme `akamud.vscode-theme-onedark`
- Case-Sensitive Add Next Occurence `jacobkantzer.case-sensitive-add-next`
- DotENV `mikestead.dotenv`
- TOML `be5invis.toml`
- Global Config `gruntfuggly.global-config`
- See [apply global config](#apply-global-config)#### JavaScript
- ES Lint `dbaeumer.vscode-eslint`
- Vetur `octref.vetur`#### PHP
- PHP Intelephense `bmewburn.vscode-intelephense-client`
- PHP Namespace Resolver `mehedidracula.php-namespace-resolver`
- Laravel Blade Snippets `onecentlin.laravel-blade`
- phpcs `ikappas.phpcs`
- Remember to add `"phpcs.standard": "PSR2"` in `settings.json`## Apply global config
Make your tasks global by copying and pasting `tasks.json` in `~/.vscode`.
If you use my `settings.json` file you can symlink your global tasks to any project by clicking `shift + cmd + p` and triggering `Copy Global Config`## CLI
#### PHP
- [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)