Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
如何使用visual studio开发Linux程序?
Apps Section
668
views ·
0
replies ·
To
floor
Go
loufand
deepin
2019-05-07 18:49
Author
vs据说支持使用C++进行远程Linux开发,我就想试试,现在已经可以正常编译调试了,但是一直遇到一个问题,就是智能感知的问题,没法自动补全,代码里到处都是红线,有哪位大佬直到怎么处理么?
网上很多人说是头文件的问题,但是我已经在跨平台远程连接管理器那里缓存了标头,在AppData\Local\Microsoft\Linux\HeaderCache\1.0\1532502336里确实看到了Linux下的标头,但任然没法智能感知,现在它连std::cout都提示我namespace std 没有成员cout
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
网上很多人说是头文件的问题,但是我已经在跨平台远程连接管理器那里缓存了标头,在AppData\Local\Microsoft\Linux\HeaderCache\1.0\1532502336里确实看到了Linux下的标头,但任然没法智能感知,现在它连std::cout都提示我namespace std 没有成员cout