CodeIgniter Forums
[Solved] Newbie looking for CodeIgniter IDE suggestions. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: [Solved] Newbie looking for CodeIgniter IDE suggestions. (/showthread.php?tid=40893)



[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-21-2011

[eluser]kristo5747[/eluser]
Hello,

I am building my project with CI using gVim as my IDE.

This is most likely a question that was asked a million times already but I'd like to know what IDE you guys use to code.

I downloaded & installed NetBeans 6.9: it is a great UI but I think it's a bit overkill for me.


Any advice? Thank you.


Chris.


PS: I apologize if it is not the right forum for this question.


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-21-2011

[eluser]jgetner[/eluser]
i use codelobster witch is free to use and comes with Ci plugins great fast little IDE.


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-21-2011

[eluser]runs.amock[/eluser]
search ide in the forum and there are a lot of discussions.

also, you might want to say if you are using linux, windows, or mac.


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-22-2011

[eluser]n0xie[/eluser]
[quote author="kristo5747" date="1303434293"]
I downloaded & installed NetBeans 6.9: it is a great UI but I think it's a bit overkill for me.
[/quote]
Do you mean overkill as in that it requires a pretty fast computer to run smoothly, or do you mean overkill as in that it has a lot of features you might not use?

Because while I don't use ALL the features of Netbeans, I definitely use more and more features the longer I work with it. There are a lot of 'hidden' features that can save you a lot of time.


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-22-2011

[eluser]Victor Michnowicz[/eluser]
Netbeans is pretty awesome. I used Aptana for a bit, but it did not feel anywhere near as polished as Netbeans. Notepad++ is also nice for real simple stuff.


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-24-2011

[eluser]markscutts[/eluser]
You can use Zend Studio too... ;-)


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-24-2011

[eluser]toopay[/eluser]
[quote author="kristo5747" date="1303434293"]...using gVim as my IDE...[/quote]
Eclipse + Vrapper


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-24-2011

[eluser]gowrav vishwakarma[/eluser]
Net beans with xdebug firefox extension system.. works fine for debuggers too


[Solved] Newbie looking for CodeIgniter IDE suggestions. - El Forum - 04-24-2011

[eluser]runs.amock[/eluser]
Well, I just got the NEW NetBeans 7. And it loaded my project,
and told me there were 4 errors.

So I looked at the errors, and they are all from CI.
Example was in the welcome_message.php

this statement:

Code:
font-family: Lucida Grande, Verdana, sans-serif;

is supposed to be:

Code:
font-family: "Lucida Grande", "Verdana", sans-serif;

So, I thought about it, and I quit using my text type editors and
just going to be using NetBeans to develop.