You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/cmake-linux-project.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ After you specify a Linux target, your source is copied to your Linux machine. T
57
57
58
58

59
59
60
-
**Visual Studio 2017 version 15.3 and later:**
60
+
**Visual Studio 2017 version 15.7 and later:**
61
61
To provide IntelliSense support for remote headers, Visual Studio automatically copies them to a directory on your local Windows machine. For more information, see [IntelliSense for remote headers](configure-a-linux-project.md#remote_intellisense).
Copy file name to clipboardExpand all lines: docs/linux/configure-a-linux-project.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To change settings pertaining to the remote Linux computer, configure the remote
38
38
39
39
## Include directories and IntelliSense support
40
40
41
-
**Visual Studio 2017 version 15.2 and earlier:**
41
+
**Visual Studio 2017 version 15.6 and earlier:**
42
42
By default, Visual Studio does not include any system-level include files from the Linux computer. For example, items in the **/usr/include** directory are not present in Visual Studio.
43
43
For full [IntelliSense](/visualstudio/ide/using-intellisense) support, you will need to copy those files to some location on your development computer and point Visual Studio to this location. One option is to use scp (Secure Copy) to copy the files. On Windows 10, you can use [Bash on Windows](https://msdn.microsoft.com/commandline/wsl/about) to run scp. For previous versions of Windows, you could use something like [PSCP (PuTTY Secure Copy)](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
44
44
@@ -52,7 +52,7 @@ Once the files are copied, use the **VC++ Directories** item in Project properti
See [Manage Remote Headers for IntelliSense](#remote_intellisense).
57
57
58
58
## Copy sources
@@ -71,7 +71,7 @@ Since all compilation is happening on a remote computer, several additional Buil
71
71
72
72

73
73
74
-
## <aname="remote_intellisense"></a> IntelliSense for remote headers (Visual Studio 2017 version 15.3 and later)
74
+
## <aname="remote_intellisense"></a> IntelliSense for remote headers (Visual Studio 2017 version 15.7 and later)
75
75
76
76
When you add a new connection in **Connection Manager**, Visual Studio automatically detects the include directories for the compiler on the remote system. Visual Studio then zips up and copies those files to a directory on your local Windows machine. After that, whenever you use that connection in a Visual Studio or CMake project, the headers in those directories are used to provide IntelliSense.
0 commit comments