Git Product home page Git Product logo

lsp4ij's Introduction

Tools for IntelliJ IDEA

This project provides classes necessary for the JetBrains IntelliJ interactive development environment to communicate with components that adhere to the language server protocol. This protocol is described in a Specification

Requirements

Java 11 or later.

Build

Run ./gradlew jar to generate the jar file. To use as a jar dependency run this command to copy it into your local Maven repository: ./gradlew publishToMavenLocal

Your plugin must define the extension points in plugin.xml or include lsp4ij.xml. It must also define the plugin namespace in pluginNamespace.properties as "pluginNamespace=xxx" for use at runtime.

Contributing

See the CONTRIBUTING document for more details.

Issues

Please report bugs, issues and feature requests as described in the CONTRIBUTING document.

lsp4ij's People

Contributors

mrglavas avatar turkeylurkey avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lsp4ij's Issues

Is it an official lsp4ij project?

I noticed that you have created this project to have a language server support for intellij which is a copy paste from intellij quarkus lsp4ij version which is very old.

With @fbricon we would like perhaps to extract our lsp4ij in a new project which fixes so many bugs than your current version of lsp4ij and provide lsp console.

IMHO we should avoid having several repositories for lsp4ij. Is it a temporary repository for lsp4ij ? Or do you plan to maintain your own lsp4ij ?

Default highlighting for diagnostics does not match VS Code

When a language server does not set a severity on a diagnostic we default to INFO. On IntelliJ this means no highlighting on screen.
image

It would be better to mimic VS Code which displays a red underline just to make sure the diagnostic is obvious. If the language server sets a certain severity we should honour that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.