How turn off import auto suggestion in VSCode?

31 views Asked by At

Working with Vue and use an auto import plugin, so I don't use import.

VSCode keeps injecting import { watch } from 'less' in the beginning of a file when I type watch(. Then I go debugging...

How can I turn it off? Can't find an appropriate setting.

0

There are 0 answers