Skip to content

datvt243/vscode_settings

Repository files navigation

Cài đặt VSCode

Which Key

Settings
Theme "Aura Dracula Spirit"
Icon "material-icon-theme"

Settings (settings.json)

Ctr + Shift + P: Preferences: Open user settings (JSON)

Key binding (keybinding.json)

Ctr + Shift + P: Preferences: Open Keyboard Shortcuts

Extension

0. VIM

1. Custom CSS and Js loader

"vscode_custom_css.imports": [
  "file:///Users/_david/vscode-custom/vscode-script.js",
  "file:///Users/_david/vscode-custom/vscode-styles.css",
  "file:///Users/_david/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.7/dist/updateHandler.js"
],

Custom CSS and Js loader

2. VSCode Animations

"animations.Command-Palette": "Slide",
"animations.Tabs": "Scale",
"animations.Scrolling": "None",
"animations.Active": "Indent",
"animations.CursorAnimation": true,
"animations.CursorAnimationOptions": {
  "Color": "#333",
  "CursorStyle": "line",
  "TrailLength": 8
},
"animations.UseCursorColorForCursorAnimation": true,
"animations.Focus-Dimming-Amount": 70,
"animations.Focus-Dimming-Mode": "Full Window",
"animations.Install-Method": "Custom CSS and JS",

3. Whick Key

Setting dùng với VSCode VIM extension

"vim.normalModeKeyBindingsNonRecursive": [
  {
    "before": ["<space>"],
    "commands": ["whichkey.show"]
  }
],
"vim.visualModeKeyBindingsNonRecursive": [
  {
    "before": ["<space>"],
    "commands": ["whichkey.show"]
  }
]

Which Key

4. fuzzy-search - jacobdufault

Fuzzy Search trong VSCode là một phương pháp tìm kiếm không cần khớp chính xác 100%, mà vẫn có thể tìm ra kết quả gần đúng với từ khóa nhập vào. Điều này giúp tìm kiếm nhanh hơn và linh hoạt hơn.

Which Key

5. VSCode Harpoon

Harpoon là một extension dành cho VSCode, lấy cảm hứng từ plugin Harpoon của Neovim. Nó giúp bạn ghi nhớ (bookmark) các file đang làm việc để có thể chuyển đổi nhanh chóng giữa chúng bằng phím tắt, không cần mở file explorer hay tìm kiếm lại.

6. Better Comments

7. multi-command - ryuta46

8. Codesnap - adpyke

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published