Sublime Forum

LSP-tailwindcss don't explain the class!

#1

I write my CSS with Tailwind. and in ST I don’t get the explanation of the class with lsp installed.
is it possible to have an explanation of the class as I get in vs code instead of just the “Tailwind Class”?
Thanks in advance :slight_smile:

image
image

0 Likes

#2

Are you using ST3? What does it look like in ST4?

1 Like

#3

no, it is ST4. The build is 4143.

0 Likes

#4

That’s how it looks in ST4:

Note that documentation for gap-... is provided via F12 or clicking the More link.

Other classes make use of annotations:

grafik

1 Like

#5

thanks @ deathaxe
I see them now. there was another sublime plugin that was showing that way.
but is there any way to show the details without clicking the More link? In almost every class I have to click for the info.

0 Likes

#6

Which information are displayed on the right of an item as annotation or in a separate popup depends on how a language server returns completion information. LSP plugin just displayes entries from certain keys in a common way.

It is a global design decision of sublimehq not to support automatically displaying the doc popup and plugins don’t know which completion item is selected to display one on their own. So, no, there’s no way around F12, currently.

0 Likes