How to view short documentation in Tailwind suggestion

I have always suggestion like this


But as I see there is a change to display suggestions with right short documentation on right like this. (I need this slight grey - right side quick implemantation details)

0
5 comments

CSS class preview is available in the Quick Documentation popup. Its default shortcut on Windows and Linux is Ctrl+Q, on Mac - F1

0

You can also enable Show the documentation popup in Settings | Editor | General | Code Completion to get the popup opened automatically; learn more from Basic completion: documentation look-up.

0

Yes I know, but I would like to see this right 'font-weight: 700' thing. Is there any option to enable it? Elena Pogorelova

0

there are no options for this

0

We plan to add this info to completion popup in the future, please follow https://youtrack.jetbrains.com/issue/WEB-52736 for updates. Technical problem with this request is that Tailwind LSP doesn't return required information together with the completion items. To get it, we need to perform a separate request for each completion item

0

Please sign in to leave a comment.