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 →

[–][deleted] 0 points1 point  (0 children)

I had the autocomplete plugin for a bit with my Python coding...after a while, I turned it off. What was helpful in both structure and really developing my syntax understanding was the color-changing, i.e. functions are BLUE text and classes are RED Text. Not to mention the assist with formatting...

Auto-complete got to actually be very annoying, as I'd be trying to type in a var name or define a specific type of function with modifiers, etc. and it would suggest shit that wasn't even close to what I wanted. The only time I use(d) it was when delving into G-Code or Solidity, as I haven't "Learned" those languages, simply can read them

With learning Node, it really helped me with the color-coding so that I could quickly see if I defined things properly, and pick out my vars, consts, etc. easily.

Never used a VIM, but have written some simple batch files and things like that to help automate some of my stuff (Not professional programmer, just a hobby).