atishay / vscode-allautocomplete

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

When fetching a method or function from different file- AllAutoComplete doesn't respect case sensitivity upon autocompleting. #72

Closed NikolaKrstic94 closed 1 year ago

NikolaKrstic94 commented 3 years ago

As stated above, the completed word is in lowercase while it should maintain and respect the case sensitivity of the word it's referencing.

NikolaKrstic94 commented 3 years ago

You can remove this: It was the PHP INTELEPHENSE extension that caused the issue.

JohnnyWoong commented 3 years ago

You can remove this: It was the PHP INTELEPHENSE extension that caused the issue.

im using PHP INTELEPHENSE and allautocomplete, but its conflicts, how do you solve that?

atishay commented 1 year ago

Cannot do something about another extension.