Two part noob question I have:
- I working in javascript files, and vscode often is able to suggest fixes to bad code. For example, on a function that doesn't exist, I can do command+. to pull up a menu to auto-import the function from another file. How can I do that with kickstart/nvim
- Second, if I wanted to understand what are capabilities of my current setup vs what I should go out and look for, how can I do that? Basically want to become more self-sufficient answering questions like the one above.
Thanks :)