tilt-dev / tilt

Define your dev environment as code. For microservice apps on Kubernetes.
https://tilt.dev/
Apache License 2.0
7.61k stars 300 forks source link

Sublime Text plugin for autocompletion, intellisense and syntax highlighting #6105

Open zedtux opened 1 year ago

zedtux commented 1 year ago

Describe the Feature You Want

An extension for Sublime Text would be helpful which can give syntax highlighting, and autocomplete.

Current Behavior

This extension is missing.

nicks commented 1 year ago

sublime text can use the textmate bundle for syntax highlighting, right? https://docs.tilt.dev/editor.html

tilt has a built-in lsp server. i'm not sure how hard sublime text makes it to integrate lsp servers.

zedtux commented 1 year ago

sublime text can use the textmate bundle for syntax highlighting, right? https://docs.tilt.dev/editor.html

So we're only missing a Sublime Text package to install il properly 👍

tilt has a built-in lsp server. i'm not sure how hard sublime text makes it to integrate lsp servers.

I never touched such a thing, but I found this : https://lsp.sublimetext.io/language_servers/. Hopefully it helps.