“提取变量”在没有 ReSharper 的 Visual Studio 中

发布于 2024-10-30 17:26:22 字数 73 浏览 2 评论 0原文

我目前的工作中没有 ReSharper,而且我怀念“提取变量”重构。我知道可以在 VS 中编写自己的重构“片段”。有人有这样做的吗?

I don't have ReSharper at my current gig, and I miss the "Extract Variable" refactoring. I understand that it's possible to write your own refactoring "snippet" in VS. Does anybody have one that does this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

假装爱人 2024-11-06 17:26:22

在 Visual Studio 2017 中,如果您选择某些内容,右键单击您将找到一个菜单选项“快速操作和重构”,使用快捷键 ctrl+
这似乎有点类似于ReSharper的ALT+Enter

这允许您提取变量,如本例中选择文本然后按下 ctrl+.
提取常量

In Visual Studio 2017, if you select something, on right-click you will find a menu option "Quick Actions and Refactorings", with shortcut ctrl+..
This seems to be somewhat similar to ReSharper's ALT+Enter.

This allows you to extract a variable, as in this example where the text was selected and then ctrl+. was pressed:
extracting a constant

寻找一个思念的角度 2024-11-06 17:26:22

看看这篇文章,但它确实似乎没有记录的功能:

重构片段

浏览到“Program Files\Microsoft Visual Studio 8\VC#\Snippets\language id\Refactoring”目录,您将在中找到用于执行重构技术的代码片段>重构菜单。 (...)如果您要尝试修改这些片段,那么(...)

另一种方法是使用 EnvDTE 编程模型编写宏。不容易,但应该是可行的。

Have a look at this post, but it does not seem to be a documented feature:

Snippets For Refactoring

Browse to your "Program Files\Microsoft Visual Studio 8\VC#\Snippets\language id\Refactoring" directory and you'll find the snippets used to perform the refactoring techniques in the Refactor menu. (...) If you're going to try modifying these snippets then (...)

Another way would be a write a macro using the EnvDTE programming model. Not easy, but should be feasible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文