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/ide/codespaces/supported-features-codespaces.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ monikerRange: vs-2019
15
15
16
16
# Supported Visual Studio features (Preview)
17
17
18
-
Visual Studio provides a rich development experience when connecting to a codespace. You get the Visual Studio inner-loop tools you're familiar with to edit, debug, test, and version your source code as well as productivity features like project templates, rich code navigation, and IntelliSense. In the current GitHub Codespaces beta, some Visual Studio features may not have full support or may be initially missing. The following sections outline what you can expect with Visual Studio and the GitHub Codespaces beta and what you can look forward to in the future. This is **not meant to be an exhaustive list**, but to explain Visual Studio's general capabilities when connected to codespace.
18
+
Visual Studio provides a rich development experience when connecting to a codespace. You get the Visual Studio inner-loop tools you're familiar with to edit, debug, test, and version your source code as well as productivity features like project templates, rich code navigation, and IntelliSense. In the current GitHub Codespaces beta, some Visual Studio features may not have full support or may be initially missing. The following sections outline what you can expect with Visual Studio and the GitHub Codespaces beta and what you can look forward to in the future. This is **not meant to be an exhaustive list**, but to explain Visual Studio's general capabilities when connected to a codespace.
19
19
20
20
> [!NOTE]
21
21
> If there is a feature you are missing while using codespaces with Visual Studio, please let us know by opening an issue on https://developercommunity.visualstudio.com/. This helps us prioritize the most wanted features.
@@ -33,11 +33,11 @@ You should notice little difference editing source code in a codespace as you ge
33
33
* Syntax highlighting
34
34
* Quick Info*
35
35
* HTML, CSS, Razor editors* - Partial support.
36
-
* JavaScript editor*- Partial support.
36
+
* JavaScript editor*- Partial support.
37
37
38
38
Not yet available:
39
39
40
-
* IntelliSense* - not all filters are available. Completion for unimported types and intellisense in watch window not yet available.
40
+
* IntelliSense* - some of the autocompletion/member list filters are unavailable. Completion for unimported types and intellisense in watch window not yet available.
41
41
* Code navigation* - Most commands supported, specifically Go To Base and Find in files with path specification not yet supported.
42
42
* Quick Info* - colorization in quick info is not supported.
43
43
* HTML, CSS, Razor editors* - Diagnostics, intellisense completion, quick info, smart indent. Currently no support for semantic colorization, navigation commands, etc.
@@ -83,7 +83,7 @@ Essential inner loop debugging is supported including setting breakpoints, basic
83
83
Not yet available:
84
84
85
85
* Breakpoints* - Breakpoint labels, Data breakpoints, and Set breakpoint in Disassembly window is in progress. Importing and exporting breakpoints is partially supported.
86
-
* Locals, autos, watch windows*- some functionality such as statement completion in search box and search box navigation.
86
+
* Locals, autos, watch windows*- some functionality such as statement completion in search box and search box navigation.
87
87
* UI customizations - Pinnable properties and hide template parameters not supported.
88
88
* Visualizers - C++ natvis partially supported. Dissassembly window, XAML Visual diagnostics, Custom .NET Visualizers, and Dataset Visualizers are not supported.
89
89
* Additional debugger windows - Processes windows partially supported. Parallel Stacks window - Tasks View, Diagnostics Hub, and Find source/symbol dialog are not supported.
0 commit comments