I don’t see the script in Refactoring Scripts, and I don’t know how to enable Visual Studio’s Refactoring extraction method feature.Can anyone help me?
Method extraction is not yet supported, as it would rely on a refactor script API that is not yet available. VisualGDB supports a lot of other refactorings and provides convenient scripting mechanism for defining your own ones, but it does not support extracting methods yet. Creating methods from use and implementing interfaces is fully supported though.