You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just a minor issue - when hovering JavaScript in Svelte files, the hover information popup which has the type annotation in it is displayed with the three backticks and typescript language for highlighting visible.
I'm not using TypeScript in this project, just for clarity - in case that helps to replicate the issue.
The TypeScript extension for Nova displays hover information as follows:
Thanks for the extension and the new highlighting of Svelte files is great
The text was updated successfully, but these errors were encountered:
This is a known issue for long - Previously Nova didn't support Markdown in tooltips, and I remember the author of TypeScript extension mentioned that he used some workarounds to make this work, likely modifying the LSP side. Not sure if forking a LSP server is what I want to do (or even whether I'm going to understand how to).
Hi,
Just a minor issue - when hovering JavaScript in Svelte files, the hover information popup which has the type annotation in it is displayed with the three backticks and typescript language for highlighting visible.
I'm not using TypeScript in this project, just for clarity - in case that helps to replicate the issue.
The TypeScript extension for Nova displays hover information as follows:
Thanks for the extension and the new highlighting of Svelte files is great
The text was updated successfully, but these errors were encountered: