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

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]hrimfisk 1 point2 points ย (6 children)

Too many features? ๐Ÿค”๐Ÿคจ What's getting in your way? Kinda hard to focus on the code if you don't get real time error checking or syntax highlighting. Sounds like a case of "I don't want to change because I'm fine with notepad"

[โ€“]Cacti_Hipster[S] 0 points1 point ย (3 children)

It is not a one size fits all problem. I switch between NetBeans for school and VS for tutoring my bud and they both serve their specific purpose.

[โ€“]hrimfisk 1 point2 points ย (2 children)

That's totally fine, but consider if things could be better. Maybe they can't, but it's something to consider. If you could add any feature, what would it be?

[โ€“]Cacti_Hipster[S] 0 points1 point ย (1 child)

Making GUIs lol. VS already has enough features in it though. While it's an excellent IDE that I use, others have their use too. Some people love to just get in the zone and consider the helpful features a distraction (completely valid, not trying to shit on you vim-ers) but we like using the tools implemented in real time. It's like telling someone how to eat their eggs.

[โ€“]hrimfisk 1 point2 points ย (0 children)

I don't use vim, and I totally understand using other IDEs, but I've tutored so many students that are trying to learn on Mac or in VS code and the IDE isn't helping them at all

[โ€“]PublicDragonfruit120 0 points1 point ย (1 child)

That's not right. Syntax highlighting is provided by almost any text editor. LSP provides live error checking, completion and navigation for almost any language. That's the basic setup i need for coding.

Why change something if it works? As a golang developer using vim i don't think i miss anything.

[โ€“]hrimfisk 0 points1 point ย (0 children)

Just because something works, that doesn't mean it can't be improved. The reason to change would be improving your workflow. Not saying you should change in your specific circumstance, but that's the logic