programming
[ubuntu] vscode C/C++ extension 자동완성(intellisense) 안되는 문제
Mysteryu
2022. 8. 8. 15:49
ubuntu에서 vscode의 C/C++ extension을 사용해도 자동완성(intellisense) 기능이 작동하지 않았다.
해결 방법은 밑의 사이트에 나와있다.
Why is visual studio code telling me that cout is not a member of std namespace?
I am trying to setup visual studio code to program in c++. I have already installed the extensions C/C++ and C/C++ Intellisense Following is my code: #include<iostream> using namespace std;...
stackoverflow.com
원인은 단순히 bug 라고 한다..
혹시 위의 사이트가 지워질 수도 있으니 따로 해결법을 적으면
vscode에서
File -> preferences -> Settings 에서
Extensons -> C/C++ -> "C_Cpp.intelliSenseEngine": "Default" to "C_Cpp.intelliSenseEngine": "Tag Parser"