Jump to content

Choice of editor


Recommended Posts

I am writing scripts in a simple editor e.g. notepad. Occasionally I get misbalanced parentheses, misspelled identifiers and similar minor things which most code editors will detect or prevent realtime.

 

I know there are a bunch of free online code editors, for many languages, though most likely not for Dealer specific terms.

 

Do you use an editor you can recommend?

 

TIA

 

Jorn

Link to comment
Share on other sites

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Good question.

 

So far I just wrote the scripts directly in the browser window and saved them in notepad once finished and run. Balancing parentheses and figuring out syntax errors is good exercise for the brain :) But yes, an intelligent editor would make things easier.

Link to comment
Share on other sites

Depends on what I'm writing, but usually either vim or pycharm (with vim emulation). pycharm (or any of the JetBrains IDEs) has RainbowBrackets, which really help. Vim has a key to "go to matching brace" and will highlight it if on screen.

 

I use notepad++ to *read* text, but the amount of configuration needed to get it not to do things wrong, and the number of computers I use it on (and don't control) mean that I avoid writing with it if possible. (plus, it doesn't have vim emulation that I've found, but even then, even more configuration).

 

Please note I don't *recommend* vim - it's got a learning curve, and it's *very* unhelpful * while you're learning. But if you have learned it in a previous life, it's just so much easier to use than mousing around everywhere.

 

* "VI has two modes - beep mode and destroy mode. You start in beep mode, where every key you press beeps at you and does nothing; until you press one of the special keys, which puts you into destroy mode and you destroy the document. Your first task, should you choose to accept it, is to try to figure out how to get out of VI."

Link to comment
Share on other sites

  • 4 years later...
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...