.net - Windows Form应用程序在Visual Studio Code上?

标签 .net vb.net visual-studio-code

我目前正在研究Visual Basic .Net,但目前正在使用Linux Mint 18 Mate,唯一可用的Visual Studio是Visual Studio Code。我想知道它是否能够创建Windows Form Application?

最佳答案

Windows窗体是[Desktop] Windows平台专用的。当然,您甚至不能在Windows中使用VSCode,因为VSCode不包含像常规Visual Studio IDE这样的表单设计器工具。因此,即使您可以进行编译,仍然缺少设计所需的所有功能。

您可以尝试使用MonoDevelop for Linux(请参见https://en.wikipedia.org/wiki/MonoDevelop

编辑:

一年后,看来支持即将来临。我的猜测是它不会像在Windows上运行那样好,但是它看起来比Java应用程序更好:https://github.com/dotnet/winforms

关于.net - Windows Form应用程序在Visual Studio Code上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40562192/

相关文章:

javascript - VSCODE 2017 未检测到文字模板

c# - 开源 .net/C# 项目和框架?

c# - 如何将图像设置为图表轴或沿图表轴设置?

c# - 获取错误为 "input array is longer than the number of columns in this table"

使用 VB.NET 调用带有字符指针的非托管 C DLL

visual-studio-code - 为什么我的输出末尾有 % 符号?

c# - 从 .net 同时调用两个 Matlab 函数

c# - 保存更新模型后删除实体注释

vb.net - OLEDB 连接无法连接到 Access 2013 数据库

javascript - 用于运行 MEANJS 工作流的 Visual Studio Code 配置