Code editors and browsers
Last modified on Fri 16 Feb 2024

Code editors and IDE

We all have our preferred way of writing code. It's something you get accustomed to, and it almost becomes a second nature to you.

Over time you add a few shortcuts here and there. You discover some cool and useful plugins that will enhance your productivity.

As time goes by you become well accustomed to your editor and it's a pain to switch to a new cool editor.

And we don't expect you to.

We don't care what you use to write your code. Unless it's on paper. That's a bit hard to maintain, plus it's hard to run automated checks on it 😄.

Today you have a plethora of useful editors and IDEs you can develop your code on.

We'll give you a list of editors/IDEs we are using, or that we used in the past (and they still occupy a special place in our hearts).

VS Code

A versatile and probably the most used editor in the world at the moment. It's free and has tons of useful plugins you can use. Super useful, especially when writing JS code.

PhpStorm

Probably the most powerful IDE for writing any kind of PHP code out there. It's a fully fledged IDE that comes with Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Docker, Composer, REST Client, and many other tools.

When it comes to any kind of PHP refactoring, PhpStorm is the king.

It is a paid product, that comes with a 30 day free trial.

Vim, Nano

If you live in a terminal, the chances are you are using either Vim or Nano. You probably heard of Vim joke about people being unable to exit it. It's not that hard, so you have no reason to fear it 😄

Browsers

Like with browsers, you can use what your heart desires. Except Internet Explorer. It's dead and should stay that way 😅.

Chrome, Firefox, Safari, or Edge, use whatever you feel most comfortable with.