Home>Article>Development Tools> 9 Tips for Using VSCode Effectively
in the open source ide market, visual studio code (vscode for short) has become more and popular in recent years. since its release 2015, according to a 2018 stack overflow survey report, 35% of developers have switched using vscode. i will introduce some suggestions techniques make you use vscode efficiently. < p>
<
git< a> it can be said that the most software among developers, operating git directly from is much easier than through command line. modules help perform operations such as stage, commit, stash, undo. gitlens< plugins provide possibilities. useful feature gitlens see commit history each line code. >live share< ##vscode live share an experimental feature. official website says this: a>< < blockquote> no matter what type application build, language program, or system use, when need collaborate, real-time sharing instantly connect your project with teammates. shared. teammates edit debug real time without cloning repository setting up environment.
through share, together, also share audio, servers, terminals, differences, comments, etc. whether you're conducting code reviews, pair programming teammates, participating hackathon, delivering interactive lectures, share support variety writing styles. >json code< strong> p>have ever experienced, faced api, data want it return? can structure definition, but don't define manually?