Sinisterly
Which editor do you use? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: Which editor do you use? (/Thread-Which-editor-do-you-use)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Which editor do you use? - reGEN - 05-16-2018

MSVS for Windows application development.
Sublime Text for general text editing and assembly.
VS Code for general programming on Linux.

Sublime is nice and minimal but I cannot be bothered to have to manually customize it.
Atom is basically a turtle and no one wants an editor that takes five years to load.
Don't like Notepad++, the default design isn't appealing in any way whatsoever and I attribute the userbase as newbies lol :p


RE: Which editor do you use? - Blink - 05-16-2018

(05-16-2018, 02:21 PM)Mimiakira Wrote: IntelliJ is highly recommended and very useful. I use it for big projects and sometimes small but, if you want something small like sublime, I would recommend that or, atom.

Sublime and Atom are huge...


RE: Which editor do you use? - phyrrus9 - 05-16-2018

(05-16-2018, 06:59 PM)Ender Wrote:
(05-16-2018, 02:21 PM)Mimiakira Wrote: IntelliJ is highly recommended and very useful. I use it for big projects and sometimes small but, if you want something small like sublime, I would recommend that or, atom.

Sublime and Atom are huge...

Oh god.....I can't stand IntelliJ... really anything written by or for Java programmers has been complete shit.

If you're just doing PHP or whatever, why not just use vi or nano/pico?


RE: Which editor do you use? - Vultra - 05-16-2018

(05-16-2018, 06:59 PM)Ender Wrote:
(05-16-2018, 02:21 PM)Mimiakira Wrote: IntelliJ is highly recommended and very useful. I use it for big projects and sometimes small but, if you want something small like sublime, I would recommend that or, atom.

Sublime and Atom are huge...

I find that sublime is quick easy to start when as intelliJ takes little bit longer to start due to the packages being installed.


RE: Which editor do you use? - Blink - 05-17-2018

(05-16-2018, 10:48 PM)Mimiakira Wrote:
(05-16-2018, 06:59 PM)Ender Wrote:
(05-16-2018, 02:21 PM)Mimiakira Wrote: IntelliJ is highly recommended and very useful. I use it for big projects and sometimes small but, if you want something small like sublime, I would recommend that or, atom.

Sublime and Atom are huge...

I find that sublime is quick easy to start when as intelliJ takes little bit longer to start due to the packages being installed.

I'd love to see how you react to the start-up of ed.


RE: Which editor do you use? - phyrrus9 - 05-17-2018

(05-17-2018, 12:38 AM)Ender Wrote:
(05-16-2018, 10:48 PM)Mimiakira Wrote:
(05-16-2018, 06:59 PM)Ender Wrote: Sublime and Atom are huge...

I find that sublime is quick easy to start when as intelliJ takes little bit longer to start due to the packages being installed.

I'd love to see how you react to the start-up of ed.

I still can't properly use ed....


RE: Which editor do you use? - Vultra - 05-17-2018

(05-17-2018, 12:38 AM)Ender Wrote:
(05-16-2018, 10:48 PM)Mimiakira Wrote:
(05-16-2018, 06:59 PM)Ender Wrote: Sublime and Atom are huge...

I find that sublime is quick easy to start when as intelliJ takes little bit longer to start due to the packages being installed.

I'd love to see how you react to the start-up of ed.

Oh no, what is “ed”?


RE: Which editor do you use? - phyrrus9 - 05-17-2018

(05-17-2018, 01:08 AM)Mimiakira Wrote:
(05-17-2018, 12:38 AM)Ender Wrote:
(05-16-2018, 10:48 PM)Mimiakira Wrote: I find that sublime is quick easy to start when as intelliJ takes little bit longer to start due to the packages being installed.

I'd love to see how you react to the start-up of ed.

Oh no, what is “ed”?

https://linux.die.net/man/1/ed


RE: Which editor do you use? - ProfessorChill - 07-06-2018

(02-08-2016, 12:53 PM)Para Wrote: I'm currently using Sublime Text 3 with PHPLinter for syntax and error checking. I've been thinking about moving to PHPStorm for a while.

Which do you use?

Neovim

Um.... I use a lot of plugins, most of them don't do much :/

[Image: R4FnPMx.png]

EDIT: Just noticed that my PHP linter is not commented in the PHP section (probably because it's super general)
I use
https://github.com/w0rp/ale


RE: Which editor do you use? - byenkorf - 07-07-2018

Atom / Notepad++ on Windows, nano on Linux