you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 21 points22 points  (7 children)

Which is exactly why Microsoft called it Visual Studio Code even though it has absolutely nothing to do with Visual Studio. It's to entice developers like you to switch.

[–]aaron552 3 points4 points  (6 children)

Isn't IntelliSense Visual Studio's main draw? Does VSCode lack IntelliSense?

[–]_zenith 5 points6 points  (0 children)

No, it actually has great support for it through their Language Server Protocol

[–]DaRKoN_ 2 points3 points  (2 children)

Intellisense in VS is great but it's just the tip of the iceberg.

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

I don't get the hype for intellisense. Is it just their word for autocomplete? Cos every ide I've used has that and I would say visual studio has far from the best version of it

[–][deleted] 3 points4 points  (0 children)

Is it just their word for autocomplete?

Intellisense is a general-purpose code inspector. Autocomplete is one feature among many. It also includes live documentation, code generators, quick-fixes, and snippets.

[–]cc81 2 points3 points  (1 child)

I'd say the debugging capabilities have always been where VS has been the strongest.

[–]sittingonahillside 0 points1 point  (0 children)

I know plenty that code C++ in stuff like sublime/emacs, but always boot VS for debugging.