pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

Can't find the symbol candidates from Ctrl+Shift+Space menu #2

Open georgema1982 opened 6 years ago

georgema1982 commented 6 years ago

I find that the candidates from Ctrl+Shift+Space sometimes doesn't contain certain symbols I need. For example, I have a class called Family in a Django model module. By pressing Ctrl+Shift+Space, I see lots of symbol candidates but Family isn't among them. I'm thinking maybe this module has some problem. But I try to type other symbols in the same module and press Ctrl+Shift+Space and see the right candidates. If I type Family and use Resolve Symbol command, it's resolved correctly as well. So not sure why certain symbols are not listed as candidates.