Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Last active March 24, 2019 07:32
Show Gist options
  • Save LarryLuTW/19b5ed212bc63672fc498d8ab6267e24 to your computer and use it in GitHub Desktop.
Save LarryLuTW/19b5ed212bc63672fc498d8ab6267e24 to your computer and use it in GitHub Desktop.

無關語言

搜尋/取代/Regex

  • 全域搜尋(在專案內所有檔案內搜尋)
  • 特定檔案搜尋(在所有 js 檔裡面搜尋)
  • 特定檔案外搜尋(在除了 js 檔之外的檔案內搜尋)
  • 單檔部分內容搜尋(在某個檔案中的 10 - 50 行做搜尋)

git

  • file history
  • history graph
  • vscode gitlens
  • ...

其他

  • markdown preview
  • vscode bookmarks
  • vscode Bracket Pair Colorizer
  • vscode live server
  • vscode ranbow csv
  • vscode TODO highlight
  • vscode project manager

特定語言

  • peek definition
  • jump to implementation
  • auto complete
  • lint

Javascript

  • prettier
  • sort json object

HTML/CSS

  • emmet
  • css color preview
  • vscode auto rename tag plugin

Golang

  • auto download go modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment