Welcome Guest, Not a member yet? Register   Sign In
[Solved] Newbie looking for CodeIgniter IDE suggestions.
#1

[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.
#2

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

[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.
#4

[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.
#5

[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.
#6

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

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

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

[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.




Theme © iAndrew 2016 - Forum software by © MyBB