3

During my workflow, I frequently have to switch from the VSCode window to a terminal in order to pull up a man page on stdlib function or similar. I'm looking for a way to cut down the on the inefficiency of this process. This would seem to be a very common and useful need, but I'm surprised that I wasn't able to find a solution by searching for C documentation in VSCode.

I would appreciate any suggestions on how this or a suitable alternative might work as a solution.

phuclv
  • 37,963
  • 15
  • 156
  • 475
Markhor
  • 31
  • 1

1 Answers1

0

You can use the Cpp Reference and Documentation extension. Search StackOverflow may also be useful

Or if you prefer to use a terminal then just use the integrated terminal. No need to switch to another app, only a simple Ctrl+`

phuclv
  • 37,963
  • 15
  • 156
  • 475