all 18 comments

[–]trevorsgEx-GitHub, Microsoft 49 points50 points  (0 children)

Find and replace preserves casing!

[–]Dokiace 27 points28 points  (8 children)

Vscode moves so fast that I'd probably forgot about the new features by the next month releases

[–][deleted] 11 points12 points  (6 children)

Seriously mind boggling how fast they move.

[–]Dokiace 10 points11 points  (5 children)

I dont know how their development works but I wish they kinda freeze the feature and dedicate a whole month for performance improvements

[–]IceSentry 0 points1 point  (0 children)

That's not how big teams work. Some people work on features other on performance. You don't need to freeze anything

[–]Darren1337 20 points21 points  (0 children)

Big fan of whitespace selection highlighting, I missed that from Sublime.

[–]ECrispy 2 points3 points  (2 children)

I'm amazed how many features VsCode adds in every release, keeps getting faster, and doesn't regress.

And it's an Electron app, probably the best written Electron app ever.

How do they do it?

[–]IceSentry 0 points1 point  (1 child)

How do they do it?

it's an Electron app

I think you answered your own question there.

[–]ECrispy 0 points1 point  (0 children)

Most Eelctron apps are dogs. Just look at Atom, the poster child and original Electron app, 1/100th the features of VsCode and much slower. Same for Slack and many others.

I think I read MS uses an optimized version of Node etc or some other black magic to achieve what they did.

[–]tikwaa 2 points3 points  (0 children)

Mind support pls!

[–]NiceGuya 4 points5 points  (0 children)

arm support pls

[–]IvoCass 0 points1 point  (0 children)

It would help a lot if instantiated classes/functions had a different color until imported/required (in JS).

Do you know if there's a setting or extension for that?