J
J
Jek2020-06-28 08:52:46
C++ / C#
Jek, 2020-06-28 08:52:46

How to enable C++ Intellisense in visual studio code in WSL ubuntu?

How to use autocompletion in vs code on a Windows host from WSL (to show libraries available in WSL ubuntu-20.04 gcc)? C/C++ Intellisense is installed on WSL in VS Code, how to view information about functions and libraries?
In general, I have no idea how to find out what functions are available, where they are and how to use them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Dubinin, 2020-09-30
@FatedEvergreen

Auto-completion works for me by default after installing the C/C++ extension .
About viewing information about functions and libraries, the question is not clear.
The standard library is supported by compilers on all platforms.
You can view information about any function in the terminal with the man command. For example:
man 3 printf

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question