Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Qute Language Server (qute-ls)

The Qute language server is an implementation of the Language Server Protocol, providing language features for Qute template engine:

  • Qute template files.
  • Java files to provide Quarkus support.

Features

Demo

TODO

Building the Language Server

  • Clone this repository
  • Navigate to the quarkus-ls/qute.ls/com.redhat.qute.ls folder in your terminal or command line
  • Run ./mvnw clean verify (OSX, Linux) or mvnw.cmd clean verify (Windows)
  • After successful compilation you can find the resulting com.redhat.qute.ls-uber.jar in the quarkus-ls/qute.ls/com.redhat.qute.ls/target folder.

Clients

Here are some clients consuming the Qute language server: