
Visual Studio Code
CodingIsFun
function myProfile(){
let major= ['English', 'Computer Science and Technology'];
let career_goal = 'front-end development';
let motto = 'Pressing on is my only option';
}
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Traversy Media] VSCode Keyboard Shortcuts For Productivity
视频链接:https://www.bilibili.com/video/av82746556 Navigating the Editor: Open Command Pallete Shift+Ctrl+P hit ESC key to get out the command pallete // Access Settings Ctrl+, // Close Tab C...原创 2020-02-14 00:37:28 · 301 阅读 · 0 评论 -
Visual Studio Code by John Papa from PluralSight
www.johnpapa.net A lead engineer on Visual Studio Code is Erich Gamma. Shift+Ctrl+P /*enter Command Palette*/ code README.md -r /*-r option opens file in the last active instance*/ code REA...原创 2019-09-18 03:45:06 · 667 阅读 · 0 评论