About 690,000 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Visual Studio Code is an editor while Visual Studio is an IDE. Visual Studio Code is cross-platform and fast, while Visual Studio is not fast. Note that Visual Studio for Mac was available but is planned for retirement. Visual Studio for Mac is scheduled for retirement by August 31, 2024 in accordance with Microsoft’s Modern Lifecycle Policy.

  2. Same shortcut in Visual Studio and Visual Studio Code

    Sep 15, 2019 · Visual Studio 2022 includes the Tools, Options menu, where you can find the Environment, Keyboard options. You can assign the preferred shortcuts manually, or also select “Visual Studio Code” from the “Apply the following …

  3. Can Visual Studio Code be installed side by side with visual studio ...

    Mar 22, 2021 · Visual Studio Code is a lightweight but powerful source code editor. It has IntelliSense code completion for variables, methods, and imported modules, graphical debugging, linting, multi-cursor editing, parameter hints, and other powerful editing features, and built-in source code control including Git support.

  4. Visual Studio vs. SQL Server Management Studio - Your Pick

    My personal method is to use SQL MS for all the design-related stuff (schema design, diagrams, keys, indexes, etc.), but to craft all my stored procedures, functions and the like in Visual Studio in a "Database" project attached to my solution -- mainly because it lets me keep the procs better version-controlled that way (as I find they generally change more …

  5. What are the differences between Visual Studio Code and Visual …

    Oct 28, 2023 · Visual Studio Code vs. Visual Studio Code Insider I still do not understand what the difference is between the two. Could it be that one of them is a trial version for its new functionalities?

  6. What's the difference between Visual Studio Community and …

    May 17, 2015 · @SE505: Q: How does Visual Studio Community 2013 compare to other Visual Studio editions? A: Visual Studio Community 2013 includes all the great functionality of Visual Studio Professional 2013, designed and optimized for individual developers, students, open source contributors, and small teams.

  7. Multiple select in Visual Studio? - Stack Overflow

    May 11, 2013 · In the Visual Studio Shift+Alt+. / Shift+Alt+, Shift+Alt+. - match caret; Shift+Alt+, - remove previous caret; Same function as on VSCode Ctrl+D. Much more setting Tool - Options - Environment - keyboard. Next in the Show commands containing enter Edit.. Also, can use keyboard schema Visual Studio Code. Available for Visual Studio 2017

  8. Can we change all the word at once in visual studio

    Jan 11, 2015 · visual studio support multiple edit. You can use Shift+ALT+; to edit all the same words in current file. For this blog: Visual Studio Tips and tricks: Multi-line and multi-cursor editing you can get more infomation.

  9. Visual Studio: How can I see the same file in two separate tab …

    Jan 14, 2009 · 1) View the same document side-by-side (with a fix for Visual Studio 2017) It is possible to do this using New Window and New Vertical Tab Group, however, in my Visual Studio 2017 the New Window command was missing from the Window menu. To use it, first you must add the command to a menu or assign a shortcut to it.

  10. In VS Code, how can I open the same file in multiple tabs of the …

    Sep 1, 2022 · Since Microsoft has no plans to implement the feature request, an alternative solution is to create a symlink of the file: ln -s code.c code.ln.c and have *.ln.c in .git/info/exclude then VSCode threats them as 2 different files, even though editing 1 of them is instantly reflected in the second (-:

Refresh