项目作者: prometheus-community

项目描述 :
PromQL support for Sublime LSP plugin, using promql-langserver
高级语言: Python
项目地址: git://github.com/prometheus-community/sublimelsp-promql.git
创建时间: 2020-07-15T06:03:27Z
项目社区:https://github.com/prometheus-community/sublimelsp-promql

开源协议:Apache License 2.0

下载


LSP-promql

PromQL support for Sublime LSP plugin, using promql-langserver.

Usage

movie

Installation

  1. Install LSP-promql via package control.
  2. It will download binary promql-langserver automatically.
  3. Restart Sublime Text.

Settings

  • Set Prometheus server via env.LANGSERVER_PROMETHEUSURL in Packages Settings -> LSP -> Servers -> LSP-promql
    1. {
    2. "env": {
    3. "LANGSERVER_PROMETHEUSURL": "http://localhost:9090"
    4. }
    5. }