tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Sublime Text plugin for autocompletion, intellisense and syntax highlighting

Open zedtux opened this issue 2 years ago • 2 comments

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.

zedtux avatar Apr 20 '23 07:04 zedtux

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.

nicks avatar Apr 20 '23 15:04 nicks

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.

zedtux avatar Apr 21 '23 07:04 zedtux