CodeIgniter Forums
What's Your Preferred Text Editor? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: What's Your Preferred Text Editor? (/showthread.php?tid=88451)

Pages: 1 2


What's Your Preferred Text Editor? - tarcisiodev1 - 09-10-2023

I'm just starting out with CodeIgniter, and I'm curious: what's your favorite text editor to use with this framework? And which extensions or plugins do you find essential? I'd love to hear your recommendations. Thank you!


RE: What's Your Preferred Text Editor? - kenjis - 09-10-2023

If it fits within your budget, I recommend PhpStorm.


RE: What's Your Preferred Text Editor? - ozornick - 09-10-2023

vscode free. When working with CI, you don't need a many plugins.


RE: What's Your Preferred Text Editor? - datamweb - 09-10-2023

VS Code + (PHP Intelephense, PHP Debug, Tailwind CSS IntelliSense).


RE: What's Your Preferred Text Editor? - InsiteFX - 09-10-2023

phpStorm is one of the best out there and you can pay for it by the month or year.


RE: What's Your Preferred Text Editor? - FlavioSuar - 09-11-2023

SublimeText!! :-)


RE: What's Your Preferred Text Editor? - JustJohnQ - 09-11-2023

I am using PhpStorm for many years now and love it.


RE: What's Your Preferred Text Editor? - joho - 09-12-2023

Eclipse PDT
https://eclipse.dev/pdt/
or
Komodo IDE

Komodo has, unfortunately, halted development of any future versions, but it still works nicely both under Linux and Windows.

If you need a bare text editor that is extremely powerful, but "somewhat" complex to understand, there's also Emacs Wink


RE: What's Your Preferred Text Editor? - tarcisiodev1 - 09-12-2023

(09-12-2023, 11:04 PM)joho Wrote: Eclipse PDT
https://eclipse.dev/pdt/
or
Komodo IDE

Komodo has, unfortunately, halted development of any future versions, but it still works nicely both under Linux and Windows.

If you need a bare text editor that is extremely powerful, but "somewhat" complex to understand, there's also Emacs Wink

Could you please recommend any resources or links to help beginners get started with Emacs? Any tips or guidance would be greatly appreciated.

(09-11-2023, 03:35 AM)FlavioSuar Wrote: SublimeText!! :-)

Could you please share what configurations and packages you use in Sublime Text to enhance your coding experience?


RE: What's Your Preferred Text Editor? - joho - 09-12-2023

(09-12-2023, 11:21 PM)tarcisiodev1 Wrote: [quote pid="412604" dateline="1694585065"]
If you need a bare text editor that is extremely powerful, but "somewhat" complex to understand, there's also Emacs Wink

Could you please recommend any resources or links to help beginners get started with Emacs? Any tips or guidance would be greatly appreciated.

[/quote]

I think any given search engine on the Internet will be your best friend here. I've been using Emacs for 20+ years, but still mainly use it from a bash prompt to do quick code editing, and/or Linux configuration management. Other suggestions that have been given here, like vscode, sublime, etc may be a better choice. I think this is something very personal for developers.

I know of people that use Notepad++ (Windows) and keep their entire project in a zillion tabs, so I guess it comes down to "whatever floats your boat".