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
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.