VSCode: normal word completion

I understand that VSCode has intelisense. But sometimes you just need to fill in the variable name, which appeared somewhere in the same file or in already open files. Like Vim for Ctrl+o Ctrl+p

. Is it possible to do this in VSCode?

+3


source to share


1 answer


The extension is now possible: All autocomplete .



It auto-completes based on words in all open files.

+4


source







All Articles