Not this again "We should remove all color from traffic lights and make people remember which position is what"
Turning off syntax highlighting
141–150 of 192 posts
Re: Turning off syntax highlighting
#142I tried this multiple times over the last few years and it always didn't matter. It's not making a measurable difference but it looks less pleasant and I rather look at pretty things.
When I joined a Java shop for the first time I was all gung-ho about sticking to my 80x24 terminal and emacs and to heck with the point-and-click crowd who couldn't do their work without a graphical UI. Then my new manager got me to try Eclipse for a week. I humored him and discovered that I was an order of magnitude more productive with Eclipse's semantic features like on-the-fly compile error underlining, code autocomplete, and navigation. It really was a humbling experience.
Re: Turning off syntax highlighting
#143Not this again "We should remove all color from traffic lights and make people remember which position is what"
About 8% of the world is color blind, so having standard positions on traffic light is indeed very important.
It's actually really uncommon to be completely unable to see colour; mostly it is just a problem to be able to distinguish colours.
Re: Turning off syntax highlighting
#144Earlier quoted context omitted.
You understand wrong. When that author typed ":syntax off" in Vim, he was actually disabling possibly the best syntax coloring engine there is.
On that I disagree. I am a long time Vim user and I always enable vim mode wherever I can. But compared to IDEs and editors that use compilers for hilighting, vim is pretty poor.
Re: Turning off syntax highlighting
#145Re: Turning off syntax highlighting
#146Turning syntax coloring off was the best decision in my career. I have never looked back.
Re: Turning off syntax highlighting
#147I totally agree with this, and use `:syntax off`, but comments really mess with visual clarity. For dimmed comments, I sometimes switch to nofrils. https://www.robertmelton.com/2016/04/10/syntax-highlighting-...
Comments are the most important part of code. They should not be dimmed. If anything, they should be the only thing that is highlighted.
Re: Turning off syntax highlighting
#148Earlier quoted context omitted.
I agree completely. On that note, I also consider `git add -A` to be horrible practice. Adding files manually makes you tons more aware of what changes you actually made, and also prevents you from accidentally adding extra files you don't want. I also recommend people to look at the Linux kernel git history for good examples of how to use git well. Even if you have no knowledge of kernel code (and most people don't)…
I just don't understand why people use the git CLI. Git is too powerful a tool, using the CLI limits one of two things: your capabilities, or your productivity. Often times I see my coworkers screwing around with git trying to review diffs and commit their changes. One of two things happens: they spend longer than they should doing it, or they do it haphazardly. Sometimes they get it wrong. Just use a GUI. I use Sour…
the rest is command line git.
With command line completion is pretty good and fast.
Re: Turning off syntax highlighting
#149I remember feeling like the game changed when I went from grey and yellow on black to grey and holy crap other colors for other things on blue from turbo pascal 3 to 7. You can't take it back from me now. I've had my syntax highlighted for 2/3's of my life now, I'm not giving it back.
Re: Turning off syntax highlighting
#150Even better - we should ditch color monitors altogether. You know, to be edgy and different.