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

Hit the shortcut of "show complete content" does not trigger the import suggestion. #37

Closed evamango closed 2 years ago

evamango commented 2 years ago

I have a simple module named "foo". image

And wanna import to use it in another file. I type "foo" and hit the shortcut, nothing happened finally. image

I Expect to show an import suggestions list to let me select which module to be imported, then add the import code automatically. Like: image

THX!

os: macos 12.3.1 nova: 9.3

belcar-s commented 2 years ago

Hmm. Is this what you're referring to?

https://user-images.githubusercontent.com/73370025/170585163-041bae65-647f-4a1a-8c98-632fc0bbbe09.mov

You can make that list of options appear by pressing ⌃⌘A (control-command-A) or by clicking on the light bulb.

evamango commented 2 years ago

Hmm. Is this what you're referring to?

Screen.Recording.2022-05-26.at.16.44.06.mov You can make that list of options appear by pressing ⌃⌘A (control-command-A) or by clicking on the light bulb.

Sooooooga. The action is "Show code action". Em...Haven't I tried this before?

Many Thanks!