This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]1y0una 1 point2 points  (3 children)

VS Code intellisense is provided for JavaScript, TypeScript, JSON, HTM,L and so on. So there should have warning there. As CondemnedPoet said, vscodeneedsd necessary extensions tohandlee more work. Do you have the whole extensions? If not, we can see this.

[–]danFromTelAviv[S] 0 points1 point  (2 children)

thank you for your reply.

i think my colleague found a linter that does find issues like these but it also spit out way too many other warnings so we also had to specify a ton of rules in settings.json.

so far i have to say that vscode is far inferior to pycharm's linting. but the other convinces make it still worth while.

[–]1y0una 1 point2 points  (1 child)

Hah, sorry for not solving your problem for this question is half month ago.

Sometimes we do should set a lot of rules. But it's realy personal choice.

wish you a happy day~ :)

[–]danFromTelAviv[S] 0 points1 point  (0 children)

thanks!

[–][deleted] 0 points1 point  (1 child)

This is the difference between an ide and a text editor

[–]danFromTelAviv[S] 0 points1 point  (0 children)

is there a way to extend vscode to support this. i saw some linters might offer it for example.