Settings | |
---|---|
Theme | "Aura Dracula Spirit" |
Icon | "material-icon-theme" |
Ctr + Shift + P
: Preferences: Open user settings (JSON)
Ctr + Shift + P
: Preferences: Open Keyboard Shortcuts
"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"
],
"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",
Setting dùng với VSCode VIM extension
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<space>"],
"commands": ["whichkey.show"]
}
],
"vim.visualModeKeyBindingsNonRecursive": [
{
"before": ["<space>"],
"commands": ["whichkey.show"]
}
]
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.
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.