Skip to content

Instantly share code, notes, and snippets.

@dnozay
Created September 20, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnozay/27e832a96ed7e5f2a52a4df103ea700c to your computer and use it in GitHub Desktop.
Save dnozay/27e832a96ed7e5f2a52a4df103ea700c to your computer and use it in GitHub Desktop.
common problems with VSCode

Quick FAQ for issues I had with VSCode.

Best way to use this document is to ctrl-f / cmd-f.

vscode: go to symbol command not working (cmd-t)

Error:

/Library/Developer/CommandLineTools/usr/bin/ctags: illegal option -- -
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...

Solution:

brew install ctags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment