I'm writing something in TypeScript (Deno) using VSCode and love the inlay hints. I would like to try using SublimeText again, but I don't want to lose the inlay hints.
It's possible in IntelliJ, VSCode. Is it not possible in ST?
https://forum.sublimetext.com/t/inlay-hints/54957/10
I followed the link that I pasted, followed the link where it says that something is standardised. Installed several packages, but no luck yet
As rwols said in the link you posted, inlay hints can now be enabled in the main LSP settings. Select
Preferences → Package Settings → LSP → Settings
and scroll down the left side a little ways to findCopy this over to the right side (the User settings), change
false
totrue
, save the file, and you should be all set. You may need to either restart your LSP servers or Sublime itself in order for it to be fully activated.