search
HomeJavajavaTutorialWhy does vs not support java
Why does vs not support javaMay 16, 2019 pm 02:29 PM
javavs

Versions after vs2005 do not support Java. Even if plug-ins are used, various minor problems will occur, and the interface is not friendly. But now Visual Studio fully supports the Java language.

Why does vs not support java

Some time ago, versions after vs2005 did not support Java. Even if similar plug-ins were used, various minor problems would occur, and the interface would not be the same. friendly. And now Visual Studio can finally start supporting the Java language!

Since last year, Visual Studio has finally been able to support Java. This is a new service, Visual Studio Live share. This service not only allows developers to collaborate on programming, debug across terminals, collaborate across different platforms such as Windows, macOS, Linux, and write code across Visual Studio and VS Code, but more importantly, can write Java directly!

Here are some very important features of Visual Studio Live Share:

First of all, the above-mentioned use of Visual Studio and VS Code on different operating systems to collaborate;

Secondly, through Live Share, you can arbitrarily call other files in the project. It is not a simple file sharing. We can use Go to Definition to perform code jump;

More importantly, it Using the same Debug Session, you can display changes in variable values ​​in real time on multiple different devices for debugging;

The most exciting thing is that it supports multiple languages, no matter which language you use , you can use it for teamwork. This feature is not limited to a certain language.

At the conference, two Microsoft engineers used Visual Studio 2017 and Visual Studio Code on different operating systems to demonstrate the operation of Visual Studio Live Share. This function can not only help the R&D team communicate in real time , and can also coordinate developers to write, change, and debug code at the same time.

The specific performance is:

Open your Java project in VS Code, click Share on the status bar, Visual Studio Live Share will help you create a sharing link and send the link to you colleague. When your colleague opens the link, it is automatically associated with his or her Visual Studio. At this point, your colleague can share your code with you and freely browse other project source files. Not only that, your colleagues do not need to install any Java JDK runtime environment.

The above is the detailed content of Why does vs not support java. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Base DEX龙头 :Aerodrome VS CurveBase DEX龙头 :Aerodrome VS CurveMar 26, 2024 pm 04:31 PM

Velodrome模型是受veCRV启发的,旨在实现DEX三大关键参与者之间更为优越的一致性,包括流动性提供者(LPs)、代币持有者以及需要流动性的项目。然而,许多DeFi领域的参与者仍未完全理解其内在原因。通过深入阅读本文,您将能够摆脱这一困境,深入了解其中的奥秘。今天我们将探讨Velodrome/Aerodrome,在DeFi领域中属于一个真正成功的案例。本文将对这两种模式进行比较,并解释Velodrome是如何在veCRV模型上进行改进的,以及这些微小差异带来了哪些重大影响。首先,让我声明

vscode和vs有什么区别vscode和vs有什么区别Apr 01, 2024 pm 02:18 PM

主要区别在于VS Code是一款轻量级的源代码编辑器,适用于各种编程语言的开发和调试,而Visual Studio则是一个更为全面的集成开发环境(IDE),包含了更多功能,如代码编辑、调试、编译、版本控制等,同时支持多种编程语言的开发。VS Code更注重轻量级和灵活性,适用于快速开发和小型项目,而Visual Studio则更适用于大型项目和需要复杂功能支持的开发场景。

vs能代替golang吗vs能代替golang吗Jul 24, 2023 am 11:16 AM

vs不能代替golang,定位和目标不同,VS更适合用于开发大型项目,对于简单的小型项目来说,可能会显得过于庞大和复杂,而Go具有强大的标准库和工具集,能够简化开发过程,降低代码量,提高开发效率。虽然可以使用VS来编辑和开发Go代码,但Go程序的构建和编译过程并不依赖于VS本身,无论使用VS还是其他编辑器,最终都需要使用Go的工具链来编译、构建和运行Go代码。

Win11 23H2和22H2哪个更稳定?Win11 23H2和22h2哪个好?Win11 23H2和22H2哪个更稳定?Win11 23H2和22h2哪个好?Feb 13, 2024 pm 11:54 PM

对于win11的23h2版本和22h2版本是很多用户们都十分纠结的两款系统,到底哪个版本好?哪个稳定?其实两个版本都比较的稳定的,用户们可以根据自己的需求来进行下载,可是要提醒用户们的是22H2版本将在2024年10月停止支持。不清楚的用户们可以来本站看看相关的攻略吧。Win1123H2和22H2哪个更稳定?答:其实Win11的这两个版本都很稳定。和之前的版本21H2和22H2一样,Windows1123H2将获得两年的支持,每月提供累积更新、修复和新功能。需要提醒的是,Windows1121H

带你搞懂Java结构化数据处理开源库SPL带你搞懂Java结构化数据处理开源库SPLMay 24, 2022 pm 01:34 PM

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于结构化数据处理开源库SPL的相关问题,下面就一起来看一下java下理想的结构化数据处理类库,希望对大家有帮助。

Java集合框架之PriorityQueue优先级队列Java集合框架之PriorityQueue优先级队列Jun 09, 2022 am 11:47 AM

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于PriorityQueue优先级队列的相关知识,Java集合框架中提供了PriorityQueue和PriorityBlockingQueue两种类型的优先级队列,PriorityQueue是线程不安全的,PriorityBlockingQueue是线程安全的,下面一起来看一下,希望对大家有帮助。

一起聊聊Java多线程之线程安全问题一起聊聊Java多线程之线程安全问题Apr 21, 2022 pm 06:17 PM

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于多线程的相关问题,包括了线程安装、线程加锁与线程不安全的原因、线程安全的标准类等等内容,希望对大家有帮助。

详细解析Java的this和super关键字详细解析Java的this和super关键字Apr 30, 2022 am 09:00 AM

本篇文章给大家带来了关于Java的相关知识,其中主要介绍了关于关键字中this和super的相关问题,以及他们的一些区别,下面一起来看一下,希望对大家有帮助。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft