Top "Automated-refactoring" questions

Automated refactoring refers to the restructuring of source code (see refactoring) where a computer program does the structure modification, usually guided by user input.

Getting clang-tidy to fix header files

I'm in the process of moving a project currently compiling with gcc to clang, and have a bunch of warnings …

c++ clang++ llvm-clang automated-refactoring clang-tidy
Intellij Idea How to add interface implementation to classes?

For example I have many classes than implement my interface. After adding new method definition in the interface, how can …

intellij-idea editor code-completion automated-refactoring
Python refactoring fails in Visual Studio Code

I switched to Visual Studio Code for Python programming recently. Below is my Python configuration in Visual Studio Code settings: "…

python python-2.7 visual-studio-code vscode-settings automated-refactoring
How to refactor a static inner class to a top level class in Eclipse?

I am having trouble finding the correct refactor option for the following scenario: I have code like this (in Outer.…

java eclipse automated-refactoring
Refactor Pro versus Visual Assist X for C++ Development

There are two major refactoring tools which can be installed for Visual Studio that provide C++ support. The full versions …

c++ visual-studio refactoring automated-refactoring
Automatic regenerate designer files

Recently I've been making some improvements to a lot of the controls we use, for example give properties default values …

c# visual-studio user-interface windows-forms-designer automated-refactoring
Eclipse : transform static method invocation to a static import

Is there a way to transform automatically this static method invocation (Arrays.asList): import java.util.Arrays; import java.util.…

java eclipse automated-refactoring
Name Can Be Simplified - Visual Studio

Is there a way to do all the lightbulb-action for a whole Solution and with a button or a shortcut? …

c# visual-studio refactoring automated-refactoring
C / C++ packages to understand code for refactoring

I am about to starting to work on a project which involves refactoring and modifying existing code which is in …

c++ refactoring automated-refactoring