简体   繁体   English

使用 Visual Studio Code for vb.net:如何启用 vb.net intellisense?

[英]Using Visual Studio Code for vb.net : How to enable vb.net intellisense?

I program in vb.net, I'm switching from visual studio big edition to vs code to be more portable.我在 vb.net 中编程,我正在从 visual studio big edition 切换到 vs code 以便更便携。

One feature I really miss is intellisense?我真正想念的一个功能是智能感知? Can I make it work with vb.net?我可以让它与 vb.net 一起工作吗?

While searching I ended up on this page在搜索时我最终来到了这个页面

https://code.visualstudio.com/docs/editor/intellisense

They say 8 languages are supported out of the box, but doesn't include vb.net or C# and that you should check on the marketplace for more他们说开箱即用地支持 8 种语言,但不包括 vb.net 或 C#,您应该在市场上查看更多

I checked on the marketplace and I can't seem to find it?我在市场上查过,我似乎找不到它?

Is there really no intellisense for vb.net? vb.net 真的没有智能感知吗? In microsoft's own IDE?在微软自己的IDE中?

thanks谢谢

As of 2018-08-28, there is no intellisense feature for vb.net in visual studio code nor is there an extension for it截至 2018-08-28,visual studio code 中的 vb.net 没有智能感知功能,也没有扩展

It's not much but there is a basic IntelliSense coverage of VB.NET syntax through this extension .内容不多,但通过此扩展对 VB.NET 语法进行了基本的 IntelliSense 覆盖。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 intellisense-VB.NET visual Studio 2013中的自动生成的属性 - intellisense - autogenerated properties in VB.NET visual Studio 2013 Visual Studio 2005中的VB.NET项目缺少Intellisense - Intellisense missing for VB.NET projects in Visual Studio 2005 Visual Studio / VB.Net 2008 IntelliSense奇怪的行为 - Visual Studio / VB.Net 2008 IntelliSense Odd Behavior 多行 XML VB.NET 和 Visual Studio Intellisense 中的注释 - Multiline XML Comments in VB.NET and Visual Studio Intellisense 在Visual Studio vb.net中使用SOAPContext - Using SOAPContext in Visual Studio vb.net 如何在 Visual Studio vb.net 代码中计算平均值? (矩阵) - How to calculate average in visual studio vb.net code ? (matrix) 是否可以在Visual Studio 2010的vb.net代码中使用xml intellisense? - Is it possible to use xml intellisense in vb.net code in visual studio 2010? 如何使用visual studio在VB.net中清除/刷新DataBind - how to clear/refresh DataBind in VB.net using visual studio 如何使用vb.net插入Visual Studio数据库 - How to insert into Visual Studio Database using vb.net 在Visual Studio 2019中,如何在按Enter键时配置VB.NET代码编辑器的IntelliSense不插入换行符? - In Visual Studio 2019, how can I configure the VB.NET code editor's IntelliSense not to insert a newline when I press enter?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM