如何修复 Visual Studio 2008 for VB.NET 上的导入语句

发布于 2025-01-06 14:46:04 字数 130 浏览 0 评论 0原文

我熟悉通过 Ctrl- 修复导入的 C# 方法。 但是对于 Visual Basic 项目如何执行此操作?

另外Visual Basic似乎没有C#的[组织使用]功能。如果有的话请帮忙。

I am familiar with c# way of fixing the import viaCtrl- but how do you do this for visual basic project?

Also does visual basic does not seem to have the [Organize Using] feature for c#. If there is one can you please help.

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

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

发布评论

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

评论(1

爱,才寂寞 2025-01-13 14:46:04

不,VB.NET IDE 中不存在可用于 C# 的重构功能。

它们不仅仅是隐藏在某个地方或以不同的名称命名。当 C# 团队添加这些东西时,VB.NET 团队正在研究自动后台编译之类的事情。我预计它们会在未来的版本中添加,但请不要屏住呼吸。

如果需要,您必须安装第三方扩展,例如 Resharper

Ctrl+. 键盘快捷键仍然可以正常工作。我几乎肯定 Intellisense 仍然会建议在需要时导入命名空间,就像 C# IDE 一样。

No, the refactoring features available for C# do not exist in the VB.NET IDE.

They're not simply hidden somewhere or named something different. While the C# team was adding this stuff in, the VB.NET team was working on things like automatic background compilation. I expect they'll be added in a future version, but don't hold your breath.

You will have to install a third-party extension like Resharper if you require them.

But the Ctrl+. keyboard shortcut still works fine. I'm nearly positive that Intellisense will still suggest importing namespaces when required, just like the C# IDE.

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