Please add the same functionality for commenting out code in the query window as we have in visual studio and vscode with the same shortcut Ctrl+/ “which is the default in many other IDEs and editors” as desc
Type: Performance Issue Vs code freeze very hard, hard to say why, started after upgrading to new eslint and new angular. Only laptop refresh helps VS Code version: Code 1.96.4 (Universal) (cd4ee3b, 2025-01-16T00:16:19.038Z) OS version: ...
Fixes an issue where creating an issue on Shortcut would result in duplicate issues Addresses #1869 - OTel service not recognized15.3.0AddedAdds the ability to search logs, with initial support for logs collected via APM or OTelAdds the ability to run NRQL queries, with support for multiple ...
Debug using the Just-In-Time Debugger in Visual Studio- Clarify instructions for disabling JIT debugger Adapt to removal of Windows Arm32 .NET debugging- Update Arm32 debugger documentation with UWP deployment steps First look at the Visual Studio Debugger- Add more details for...
MSVC now determines the correct address sanitizer runtimes required for your binaries. Your Visual Studio project will automatically get the new changes. When using address sanitizer on the command line, you now only need to pass/fsanitize=addressto the compiler. ...
If a Windows API element has been deprecated in Windows 8.1, IntelliSense tooltips identify it as "[deprecated]". Go To Definition for namespaces. You can open the shortcut menu for a namespace in your code (such as WinJS.UI) and then choose Go To Definition to examine the line where...
In this release, we made the shortcut menus for code elements and links much easier to use by grouping commands into sections related to selecting, editing, managing groups, and changing the layout of group contents. Notice also that test projects are displayed in a different style from other...
In Visual Studio 2015 and later, ongoing improvements to compiler conformance can sometimes change how the compiler understands your existing source code. When this happens, you might encounter new or different errors during your build, or even behavioral differences in code that previously built and...
The Document Outline window displays the symbol tree of the file in the editor helping you quickly navigate and edit project files. You can open Document Outline by going to View > Other Windows > Document Outline or by using the shortcut Ctrl+Alt+T. C++ Based on your feedback there is ...
Add keyboard shortcut for "Reviewed File". New shortcut ‘Ctrl-\' is added, it allows mark file as reviewed (or vice versa, clean the mark if file was marked as reviewed earlier). Also, now shortcuts with ‘Alt’('Option') are supported for Mac OS. (COLLAB-8462) ...