sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
13 stars 1 forks source link

No Intellisense when typing #15

Closed kresdjan closed 2 years ago

kresdjan commented 2 years ago

I am sure the problem is with me and not the extension. I cannot the "Intellisense" working. I have disabled the TypeScript extension. Code formatting and listing works, but I get no Intellisense when typing.

Do I need to install a module?

Version: 0.3.4

sgwilym commented 2 years ago

You’re not doing anything wrong, currently there’s only autocomplete on certain characters like .. There a mismatch between what Nova requests from the language server and what the LSP expects, which @robb-j investigated in this issue.

Really what we’re hoping for is a fix from Nova. There is a thread in the dev forums here.

I share your frustration!

kresdjan commented 2 years ago

@sgwilym Thanks for clarifying. Lets hope that Nova gets around to fixing this.

sgwilym commented 2 years ago

Going to reopen this as it’s good to track..

sgwilym commented 2 years ago

Fixed by the release of Nova 9.