VScode

VScode

Install

For Archlinux, it is easy to install:

  • Firstly, you should search archwiki to get which package is needed
  • sudo pacman -Syu [VScode-package]

Usage

plugins

  • There is no doubt install a vim plugin first of all.
  • Beautify
  • Code runner
  • VScode icons
  • emmet is support too
  • Project Manager
  • golang1
  • youcompleteme2

Keybindings

Cmd function
Ctrl+` The integrated Terminal
Ctrl+Shift+p The VScode cmdline

Study

B站一入深似海,再回头已是百年身

Notes


  1. You may have trouble installing some gotools, which you can solve by git clone from github and put them into your GOPATH. After This you can install the tools successfully.
  2. To use ycm, you should install you-complete-me plugin, then you should set ycmd.path like this:
    A. Ctrl,—> Search: “ycmd.path”—>…
    B.Goto github—>Search: “ycmd”—>you should make it: ./build.py

猜你喜欢

转载自blog.csdn.net/hongshuteng/article/details/80285372