atishay / vscode-allautocomplete

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

Support for Unicode characters and string starting with numbers #17

Open atishay opened 6 years ago

atishay commented 6 years ago
atishay commented 6 years ago

Number support is a bigger work item. Numbers have . as a character which is a splitter if it is not a number. Contextual number handling is good though will require extra work.