About 360,000 results
Open links in new tab
  1. visual studio - What's the difference between "Suggestion" and ...

    Nov 24, 2021 · Violations of a Refactoring Only / silent rule aren't visible to the user, but the Quick Actions and Refactorings... menu shows an entry to resolve the violation (similarly as for Suggestion …

  2. Code generation "Quick Actions" in Visual Studio 2022 no longer …

    Jan 23, 2023 · c# visual-studio intellisense roslyn automated-refactoring asked Jan 23, 2023 at 9:26 jool 2,431 1 20 16

  3. Visual Studio: Is there a "move class to different namespace ...

    Visual Studio 2019 provides at least 2 built-in options: 'Move to namespace...' refactoring can be triggered on any class, and VS will prompt for the target namespace. 'Change namespace to...' …

  4. Automated refactoring to add parameter names to method calls

    Jul 18, 2016 · Once you've installed the extension and restarted Visual Studio, you can right-click the first parameter of any method and select Quick Actions and Refactorings..., then click Add argument …

  5. Apply Visual Studio Quick Actions and Refactorings across entire C# ...

    Mar 27, 2019 · For example, Visual Studio 2017 offers 'Replace xxx and xxx with property' and 'Use auto-property' actions, which I can apply via the lightbulb icon for individual classes and …

  6. vscode "no refactorings available" for python - Stack Overflow

    3 Visual Studio Code and its Python extension is (at the time of writing this) very limited when it comes to refactoring. Out of the box it provides two refactoring actions: Extract Method and Extract Variable. …

  7. Refactor menu missing from Visual Studio 2015 - Stack Overflow

    Jul 24, 2015 · However, in Visual Studio 2015 there isn't a refactor context menu in the right-click context menu. Where did it go? How do I get it back? Your suggestion cannot include menu Edit → …

  8. What's the best way to do a bulk namespace rename on a large c# ...

    Right click on your current namespace and select Refactor -> Rename and change the name in the pop up that comes up after a while. Enter your new name and click ok. If you have multiple depths to your …

  9. Rename refactoring for PHP in Visual Studio Code

    Oct 13, 2017 · Is there a rename refactoring for PHP in Visual Studio Code? It is the only thing that stops me from fully move from NetBeans to VSC. Renaming is very importat for me (not …

  10. Is there a way I can define a custom refactoring in Visual Studio Code ...

    Jul 19, 2022 · It is possible to define custom snippets of code that VS Code can auto complete. These can even use place-holders so that one can fill in the blanks as required. /* Before */ //= /* After (for ex...