在unix上使用mono或vim在C#中自动查找必要但缺少的命名空间?

发布于 2024-12-04 11:57:49 字数 85 浏览 0 评论 0原文

我想知道是否有任何插件或 API 可以自动查找我在 Ubuntu 上用 mono 和 vim 开发的 C# 代码中缺少的命名空间。

谢谢!!

I am wondering if there is any plug-in or API that will automatically find what are the missing namespaces in my C# code developed in mono and vim on Ubuntu.

Thanks!!

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

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

发布评论

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

评论(1

呆萌少年 2024-12-11 11:57:49

如果是命名空间,只需用鼠标右键单击未知符号(如字典),然后选择“解决”>“使用时,会添加需要的使用。

In case of namespaces just click on unknown symbol (like Dictionary) with right mouse button and select Resolve > Using, it will add needed using.

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