atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
104 stars 25 forks source link

Highlighting words in suggested autocompletions according to syntax of current file. #21

Closed oltodosel closed 6 years ago

oltodosel commented 6 years ago

Something similar to the way Atom does it.

atishay commented 6 years ago

@oltodosel Can you share an example of the desired behavior. Is this something you need in VSCode or the extension? A lot autocomplete values are coming from the language server.

oltodosel commented 6 years ago

You know, now that I thought about it some more - I don't really need it. I was just too accostommed to Atom's way of indicating autocompletions by color-coding the first letter of property of suggestion. VSCode does it with images instead, and some of them look too bland, so it's kinda harder to discern them.