
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/av82746556Navigating the Editor:Open Command PalleteShift+Ctrl+Phit ESC key to get out the command pallete//Access SettingsCtrl+,//Close TabC...原创 2020-02-14 00:37:28 · 299 阅读 · 0 评论 -
Visual Studio Code by John Papa from PluralSight
www.johnpapa.netA 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 · 659 阅读 · 0 评论