Skip to content

songjiangfeng/vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make you editor as an IDE with the following list of VSCode extensions

Material Theme

Material Icon Theme

Atom One Dark Theme

Project Manager

PHP Intelephense

Better PHPUnit

ESLint

Git Lens

PHP Debug

Auto Close Tag

Composer

phpcs

php cs fixer

Go

snippet-creator

Vetur

advanced-new-file

Laravel Artisan

Fantastic

File Utils

Vim

markdownlint

Beautify

Rainglow

jshint

Git History

Git Project Manager

Remote - SSH

Before installation

Launch VS Code.

Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

Vscode CLI

code --list-extensions
code --install-extension ms-vscode.cpptools
code --uninstall-extension ms-vscode.csharp
code --disable-extensions

How to install

类Unix

via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/songjiangfeng/vscode/master/install_vscode_exts.sh)"

via wget

bash -c "$(wget https://raw.githubusercontent.com/songjiangfeng/vscode/master/install_vscode_exts.sh -O -)"

Windows

download the bat file and run it on your pc


https://raw.githubusercontent.com/songjiangfeng/vscode/refs/heads/master/install_vscode_exts.bat

About

A collection of extensions which used to power my VS Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published