加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
A high-performance language server for Java, providing features like code completion, diagnostics, and refactoring for editors and IDEs that support the Language Server Protocol.
eclipse.jdt.ls is the Eclipse JDT Language Server, an implementation of the Language Server Protocol (LSP) for the Java™ programming language. It provides essential IDE features to various editors and front-ends via a standard protocol.
Developing Java applications in lightweight editors often lacks the rich features of traditional IDEs. This project brings advanced language features to any editor supporting the Language Server Protocol.
Provides intelligent code suggestions and auto-completion based on project context and standard Java libraries.
Analyzes Java code for errors, warnings, and style violations, providing real-time feedback.
Supports common refactoring operations such as renaming, extracting methods, and organizing imports.
Allows navigation to definitions, implementations, and references within the codebase.
eclipse.jdt.ls can be integrated into various environments to enhance the Java coding experience.
Integrate the language server into Visual Studio Code via a plugin to provide Java language features.
Turns a general-purpose editor into a powerful Java IDE alternative.
Build a custom web-based IDE for Java using the language server as the backend for code intelligence.
Enables rich Java coding experiences directly in a browser without requiring local IDE installations.
Utilize the language server's diagnostics for automated code analysis in CI/CD pipelines.
Catch code issues early and enforce coding standards automatically.
You might be interested in these projects
Swiper is the most modern mobile touch slider with hardware accelerated transitions and stunning native-like performance. It is intended to be used in mobile websites, mobile web apps, and mobile native apps. Swiper is free and open source.
Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de facto standard for securing Spring-based applications. This project provides comprehensive security services for Java applications, particularly web applications.
OpenSearch is a community-driven, open-source search and analytics suite that provides a scalable, distributed, and RESTful platform for storing, searching, and analyzing large volumes of data.