Live data from Hacker News

Visual Studio Code 1.8

code.visualstudio.com

171–180 of 197 posts

Re: Visual Studio Code 1.8

#171

Earlier quoted context omitted.

You mean mini map?

yeah. that's the phrase i was grasping at.

I miss the minimap too but if I honestly think about it I like the highlighted edits/changes in the scroll bar more. a git diff minimap might be interesting.

Re: Visual Studio Code 1.8

#172

Earlier quoted context omitted.

> In general, ignorance is not a pejorative but if a candidate walk into an interview claiming to be an expert and I find out that you debug in anger using console log, I'm calling bullshit. Some of the best programmers advocate for printf over debuggers... And some of the crappiest programmers run around the debugger for hours with no idea what could be wrong in the program, stepping blindly here and there...

To explain this further, I think printf is more focused and direct than running around in the debugger. You need to have a clearer idea of what you're looking for in advance and know how to exclude parts of the program as possible culprits, which I think helps with debugging in general. And, come to think of it, with hot code reloading, printf can be just as immediate, but more direct and focused, than using the debu…

Using printf on everything is basically the same as debugger but a lot slower. People also tend to commit those added lines (sometimes commented for future uses) which clutters code base. I think that using permanent logs on higher verbosity plus debugger is a lot more productive.

Re: Visual Studio Code 1.8

#173
post #83
post #16

Earlier quoted context omitted.

How is it better than the one in IntelliJ/webstorm?

I don't know, I don't use intelliJ and I don't want to pay for webstorm. Somebody else probably knows. Anyway I like how low-memory-on-the-disk and low RAM usage VScode is, so I probably wouldn't enjoy intelliJ and webstorm for those reasons. I felt like even sublime was too bulky for me. Maybe they're good for other people and that's fine, but vscode just ticks all the right boxes.

Out of curiosity, what is the reason, you don't want to pay? Is it your financial restriction or that there is something philosophical about sticking with free stuff whenever possible?

Once you figure that if anything makes your days better by spending $10 or so a month, not choosing the best tool for the job sounds simply dumb.

I have a friend who sticks with plain vim uncustomized because he doesn't want to deviate from the default in fear of not being able to seamlessly use other environment sounds utterly stupid wasting productivity for 99% of the time being on his own machine.

Re: Visual Studio Code 1.8

#174

Earlier quoted context omitted.

> In general, ignorance is not a pejorative but if a candidate walk into an interview claiming to be an expert and I find out that you debug in anger using console log, I'm calling bullshit. Some of the best programmers advocate for printf over debuggers... And some of the crappiest programmers run around the debugger for hours with no idea what could be wrong in the program, stepping blindly here and there...

To explain this further, I think printf is more focused and direct than running around in the debugger. You need to have a clearer idea of what you're looking for in advance and know how to exclude parts of the program as possible culprits, which I think helps with debugging in general. And, come to think of it, with hot code reloading, printf can be just as immediate, but more direct and focused, than using the debu…

It sounds like you are trying to sell lack of a debugger as a feature that forces devs to to be more aware and more precise. Then we should maybe go back to writing code on paper first, create punch cards, submit to the mainframe and get the result next day? Then you have an even better idea of what your program does.

Debuggers are a valuable tool that nowadays should be standard.

Re: Visual Studio Code 1.8

#175
post #100

Why are people using this instead of WebStorm? It seems like: - It a little faster for Typescript (but no better TS features from what I can see). - A lot of people are trying it because it's new, or because they like MS tools. - It's free On the other hand WebStorm still has more functionality overall, a few less rough edges, and a more standard UI (some people don't like how MS Code doesn't have a tabbed doc UI). M…

I upvoted your comment because your points are accurate (I have both WebStorm and Visual Studio Code open all day every day for my current project) and informative, but mostly because what the fuck are adiranlmm and plexicle going on about. From my experience, I would just add that while WebStorm is indeed far more powerful in terms of features that it has, it: - is actually slower even than VS Code for many operatio…

If someone's trashing an editor which can be configured to fit your need to be less verbose, I guess that's just that.

That "full of shit", which is useful to some, I just go to plugins and uncheck them, once.

Re: Visual Studio Code 1.8

#176
post #164

Earlier quoted context omitted.

WebStorm has both Intellisense-like autocomplete and word completion. Its "Jump to definition" helped me become a better programmer because jumping into library code became a habit - be it Ruby or Javascript (I use RubyMine). They were one of the first editors to fully support JSX, and before that they came first in supporting Angular v1 and its directives. They let you refactor code in dynamic languages, does it sil…

Couldn't agree more, intellij is my favourite piece of software ever.

I can't believe I never tried Jetbrain's product until I used Android studio after becoming the default for Android dev.

Re: Visual Studio Code 1.8

#177
post #150
post #80

I want to love you, VS. Your name would look so good on my resume.I'm going to try one more time.

I don't work on vscode directly, have contributed bug fixes and features but if you'd like to be considered for a team inside visual studio working on web diagnostics, please ping me.

What is "web diagnostics" about ?

Re: Visual Studio Code 1.8

#178
post #111

Why are people using this instead of WebStorm? It seems like: - It a little faster for Typescript (but no better TS features from what I can see). - A lot of people are trying it because it's new, or because they like MS tools. - It's free On the other hand WebStorm still has more functionality overall, a few less rough edges, and a more standard UI (some people don't like how MS Code doesn't have a tabbed doc UI). M…

vs.code - FREE - faster - source is on github - easy to write, fix plugins in javascript - javascript intellisense is better WebStorm is a good product but it doesn't really do anything that much better than vs.code that I would go back to it. Was a long time WebStorm user.

I would rather beg MS to write many of the popular plugins. These free editors with flexible plugin system is only good if the plugins' quality stay above average.

Stuff like Atom, I dig a dozen plugins only to keep 3 or so in the end, because they're written by random people with random quality, which is not much of use.

Re: Visual Studio Code 1.8

#180
post #147

mini-map is the only thing stopping me from jumping to VSCode.

What use does a mini map have, if you can only see the "shape" of your code?

Never used it on sublime text. Genuinely curious.

I'd use method listing which is visually more distinguishable.

Post reply on HN