gpt4 book ai didi

linux - Visual Studio 远程 Linux header

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:03:51 82 4
gpt4 key购买 nike

我正在尝试开发一个 IoT 项目。我想在一台马力更大的机器上进行远程编译,这样使用功能齐全的 IDE 响应速度更快。

我本来打算尝试 Visual Studio,但是当我同步时远程 header 导致所有 header 都无法智能感知。即使是默认项目也有

#include <cstdio>

智能感知失败,即使它可以正常编译。

这些文件似乎在 usr/include/c++/7.3.0 下,但出于某种原因,下载程序切断了“.3.0”,并且该目录下没有任何文件出现。

关于让它工作的任何提示?我已经尝试更新缓存但对于机器,但这似乎不起作用。

最佳答案

新方法“rsync_ssh”不会下载所有 header 。您可以通过 sftp_ssh 使用旧方法 .zip。

1. 选择您的连接从工具->选项->跨平台->连接管理器->远程 header Intellisense 管理器更新。接下来单击探索按钮。

image

2. C:\Users[你的用户]\AppData\Local\Microsoft\Linux\HeaderCache\1.0[IdNumber]将 HeaderCache settings.xml.unused 文件重命名为 settings.xml

image

3. 在 settings.xml 文件中将 syncMethod 更改为 sftp_ssh。

image

4. 从“工具”->“选项”->“跨平台”->“连接管理器”->“远程 header Intellisense 管理器”更新 header 缓存。5.享受吧。

之前

image

image

之后

image

image

已在 Visual Studio Community 2017 和 Visual Studio Enterprise 2019 Preview 4 上测试。 image

关于linux - Visual Studio 远程 Linux header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52125610/

82 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com