module import path not showing when using ts_ls #1774
-
Hi, I can't seem to get the module import path (not sure if its part of the label_description) to show in the menu. I am using ts_ls. and |
Beta Was this translation helpful? Give feedback.
Answered by
krovuxdev
May 15, 2025
Replies: 1 comment 1 reply
-
@henrybenso Yes, this is a known issue with ts-ls. It often doesn’t fully support all features and sometimes doesn’t show label descriptions or menu (signature) documentation. In this case, you could try using vtsls instead of ts-ls to see if it improves the experience. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
henrybenso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@henrybenso Yes, this is a known issue with ts-ls. It often doesn’t fully support all features and sometimes doesn’t show label descriptions or menu (signature) documentation. In this case, you could try using vtsls instead of ts-ls to see if it improves the experience.