microsoft / vscode-eslint

VSCode extension to integrate eslint into VSCode
MIT License
1.73k stars 335 forks source link

Add autocomplete for more methods and more smarter the autocomplete #1500

Closed COD3BREAK3R closed 2 years ago

COD3BREAK3R commented 2 years ago

The extension is very poor for autcomplete, beacuse not know how to autcomplete in too many cases, like: example.getElemen (expecting: getElementById(); or another), example.redu (expecting: reduce(); ), etc

dbaeumer commented 2 years ago

This extension is for linting source code. It doesn't provide any auto complete functionality. Please report your issue to the corresponding language extension.

COD3BREAK3R commented 2 years ago

This extension is for linting source code. It doesn't provide any auto complete functionality. Please report your issue to the corresponding language extension.

ok I understand but I didn't find any extension that explicitly says: autocomplete for javascript, if you can what extension does it I will appreciate it.

dbaeumer commented 2 years ago

VS Code should do auto complete in JS files out of the box. If you have issues please report them in the VS Code repository.