All Projects → emacs-lsp → helm-lsp

emacs-lsp / helm-lsp

Licence: GPL-3.0 license
lsp-mode ❤️ helm

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to helm-lsp

Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+1315%)
Mutual labels:  helm
charts
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Stars: ✭ 28 (-65%)
Mutual labels:  helm
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-82.5%)
Mutual labels:  helm
Charts
⚠️(OBSOLETE) Curated applications for Kubernetes
Stars: ✭ 15,319 (+19048.75%)
Mutual labels:  helm
helm-swagger-ui
Helm Chart for Swagger UI
Stars: ✭ 23 (-71.25%)
Mutual labels:  helm
helm-edit
Edit a Helm release
Stars: ✭ 109 (+36.25%)
Mutual labels:  helm
Kubernetic
Kubernetic - Supercharge your Kubernetes clusters
Stars: ✭ 243 (+203.75%)
Mutual labels:  helm
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-77.5%)
Mutual labels:  helm
netbox-chart
A Helm chart for NetBox
Stars: ✭ 141 (+76.25%)
Mutual labels:  helm
dotfiles
My dotfiles - Emacs centric OSX Big Sur
Stars: ✭ 29 (-63.75%)
Mutual labels:  lsp-mode
eirini-release
Helm release for Project Eirini
Stars: ✭ 37 (-53.75%)
Mutual labels:  helm
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (-53.75%)
Mutual labels:  helm
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (-73.75%)
Mutual labels:  helm
Devops
Study Guides for DevOps Proffessionals https://gofunct.github.io/devops/.
Stars: ✭ 254 (+217.5%)
Mutual labels:  helm
alfresco-identity-service
Repository for the Alfresco Identity Service
Stars: ✭ 33 (-58.75%)
Mutual labels:  helm
Splunk Connect For Kubernetes
Helm charts associated with kubernetes plug-ins
Stars: ✭ 242 (+202.5%)
Mutual labels:  helm
helm-drupal
Helm chart for running Drupal on Kubernetes
Stars: ✭ 27 (-66.25%)
Mutual labels:  helm
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-77.5%)
Mutual labels:  helm
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-81.25%)
Mutual labels:  helm
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+6.25%)
Mutual labels:  helm

Helm lsp integration

https://melpa.org/packages/helm-lsp-badge.svg https://stable.melpa.org/packages/helm-lsp-badge.svg

This package provides alternative of the build-in lsp-mode xref-appropos which provides as you type completion.

Screenshot

demo.png

Commands

  • helm-lsp-workspace-symbol - workspace symbols for the current workspace
  • helm-lsp-global-workspace-symbol - workspace symbols from all of the active workspaces.
  • helm-lsp-code-actions - helm interface to lsp-execute-code-action.
  • helm-lsp-switch-project - switch lsp-mode project (when helm-projectile is present)
  • helm-lsp-diagnostics - browse the errors in the project. Sample query: *err #Test.js Foo Bar will return all of the errors which message contains Foo and Bar, it is in file Test.js and its severity is error

Configuration

Use the following lines to replace xref-find-apropos in lsp-mode controlled buffer.s

(define-key lsp-mode-map [remap xref-find-apropos] #'helm-lsp-workspace-symbol)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].