Skip to content

Commit 53b7f3f

Browse files
authored
adding a few C++ edits, spacing
1 parent 3403c27 commit 53b7f3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ide/codespaces/supported-features-codespaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: vs-2019
1515

1616
# Supported Visual Studio features (Preview)
1717

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.
1919

2020
> [!NOTE]
2121
> 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
3333
* Syntax highlighting
3434
* Quick Info*
3535
* HTML, CSS, Razor editors* - Partial support.
36-
* JavaScript editor*- Partial support.
36+
* JavaScript editor* - Partial support.
3737

3838
Not yet available:
3939

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.
4141
* Code navigation* - Most commands supported, specifically Go To Base and Find in files with path specification not yet supported.
4242
* Quick Info* - colorization in quick info is not supported.
4343
* 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
8383
Not yet available:
8484

8585
* 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.
8787
* UI customizations - Pinnable properties and hide template parameters not supported.
8888
* Visualizers - C++ natvis partially supported. Dissassembly window, XAML Visual diagnostics, Custom .NET Visualizers, and Dataset Visualizers are not supported.
8989
* 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

Comments
 (0)