In Vim, I love using:
- Ctrl+X, Ctrl+F to trigger code completion using local file names.
- Ctrl+X, Ctrl+L to trigger completion of full lines from open files.
I'd like to have the same features in VSCode. A Google and SO search did not show me any extensions that provide this feature.
Is there an VSCode extension that does this?
What is the best way of adding this feature? Should I write my own extension or is there an existing commonly used "intellisense" extension where I easily contribute these features?
^X
doesn't do the expected "completion options", and non of them work, I switch back and forth tovim
for all of these... – Del