note.wcoder.com
wcoder GitHub

Table of Contents

chrome

VS Code

Debug Visualizer

  • JavaScript/TypeScript/... using node/node2/extensionHost/chrome/pwa-chrome/pwa-node debug adapter: ⭐ Full Support
  • Dart/Flutter using dart debug adapter: ✅ Basic Support
  • Go using go (Delve) debug adapter: ✅ Basic Support
  • Python using python debug adapter: ✅ Basic Support
  • C# using coreclr debug adapter: ✅ Basic Support (work in progress for Full Support)
  • PHP using php debug adapter: ✅ Basic Support
  • Java using java debug adapter: ✅ Basic Support
  • C++ using cppdbg debug adapter: ✅ Basic Support
  • Swift using lldb debug adapter: ✅ Basic Support
  • Rust using lldb debug adapter: ✅ Basic Support

正则表达式 any rule

Remote Development

支持开发人员使用VS Code 在WSL 环境中进行开发(比如获取系统os 会获取到linux而不是win)
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack

Remote - WSL
https://code.visualstudio.com/docs/remote/wsl

Press F1, select Remote-WSL: New Window for the default distro or Remote-WSL: New Window using Distro for a specific distro.

or
code --remote wsl+Ubuntu /home/jim/projects/c

Ubuntu 是wsl的系统

wsl -l 查看有哪些wsl系统
vs code 调试远程程序
https://devblogs.microsoft.com/devops/debugging-net-core-on-unix-over-ssh/

Markdwon

markdownlint

分享代码插件

Polacode-2020

theme 主题

【使用:File > Preferences > Color Theme > Night Owl (文件->首选项->颜色主题)】
【使用:ctrl+k ctrl+T】

Linux & Windows => File > Preferences > File Icon Theme > VSCode Icons.
MacOS => Code > Preferences > File Icon Theme > VSCode Icons.

体验一个主题 可以使用https://vscode.dev 规则是https://vscode.dev/theme/itemName ,itemName是https://marketplace.visualstudio.com/items?itemName=sdras.night-owl

语言

Ctrl+Shift+P 输入configure language

← Previous Next →
Less
More