Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Visual Studio 中使用 Roslyn 实现重命名重构。为此,我希望用户输入将赋予所选变量的所需名称。如何提示用户编写文本?有没有办法显示带有输入的对话框窗口?
Roslyn 没有提供它自己的特定方法来做到这一点。您可能想要创建一个 VS 命令,并使用IVsUIShell来显示对话框。
IVsUIShell