This is a discussion on Basic question, newbie PHP coder within the PHP Language forums, part of the PHP Programming Forums category; Hello Gurus, Can you recommend a decent PHP editor that has the IntelliSense feature? It's a great help for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Eli6" wrote:
> Hello Gurus, > Can you recommend a decent PHP editor that has the IntelliSense > feature? It’s a great help for newbies I think. It used to help > me > heaps in Visual Studio. > Kind regards. I don’t know about IntelliSense, but if you are talking about code completion, function/variable prompts, etc. then I highly recommend Zend IDE. I have used it for almost a year and am very happy with it. Some say it is slow, but if one turns off the showing of warning notices (assuming you have a lot of them in the code), then the response is mighty fast. -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-Basic-ne...ict163167.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=546639 |
|
|||
|
steve wrote:
> "Eli6" wrote: > > Hello Gurus, > > Can you recommend a decent PHP editor that has the IntelliSense > > feature? It’s a great help for newbies I think. It used to help > > me > > heaps in Visual Studio. > > Kind regards. > > I don’t know about IntelliSense, but if you are talking about code > completion, function/variable prompts, etc. then I highly recommend > Zend IDE. I have used it for almost a year and am very happy with it.. > Some say it is slow, but if one turns off the showing of warning > notices (assuming you have a lot of them in the code), then the > response is mighty fast. I'd second the vote for Zend. Apparantly you can use it free for personal use. Doesn't apply to me as I use it to build websites commercially... but I think it was worth every cent. I wouldn't complain if it was cheaper though :) -- Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/ |
|
|||
|
"Chris Hope" wrote:
> steve wrote: > > > "Eli6" wrote: > > > Hello Gurus, > > > Can you recommend a decent PHP editor that has the IntelliSense > > > feature? It=92s a great help for newbies I think. It used to help > > > me > > > heaps in Visual Studio. > > > Kind regards. > >=20 > > I don=92t know about IntelliSense, but if you are talking about code > > completion, function/variable prompts, etc. then I highly recommend > > Zend IDE. I have used it for almost a year and am very happy with > it= > .. > > Some say it is slow, but if one turns off the showing of warning > > notices (assuming you have a lot of them in the code), then the > > response is mighty fast. > > I’d second the vote for Zend. Apparantly you can use it free for > person= > al > use. Doesn’t apply to me as I use it to build websites > commercially... = > but > I think it was worth every cent. I wouldn’t complain if it was > cheaper > though > > --=20 > Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/ There is also Nusphere, which is more expensive. Also Zend includes I believe one year of free upgrades (unlike NS). -- http://www.dbForumz.com/ This article was posted by author's request Articles individually checked for conformance to usenet standards Topic URL: http://www.dbForumz.com/PHP-Basic-ne...ict163167.html Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=546702 |
|
|||
|
steve wrote:
> "Chris Hope" wrote: > > steve wrote: > > > > > "Eli6" wrote: > > > > Hello Gurus, > > > > Can you recommend a decent PHP editor that has the > IntelliSense > > > > feature? It=92s a great help for newbies I think. It used to > help > > > > me > > > > heaps in Visual Studio. > > > > Kind regards. > > >=20 > > > I don=92t know about IntelliSense, but if you are talking about > code > > > completion, function/variable prompts, etc. then I highly > recommend > > > Zend IDE. I have used it for almost a year and am very happy > with > > it= > > .. > > > Some say it is slow, but if one turns off the showing of warning > > > notices (assuming you have a lot of them in the code), then the > > > response is mighty fast. > > > > I’d second the vote for Zend. Apparantly you can use it free for > > person= > > al > > use. Doesn’t apply to me as I use it to build websites > > commercially... = > > but > > I think it was worth every cent. I wouldn’t complain if it was > > cheaper > > though > > > > --=20 > > Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/ > > There is also Nusphere, which is more expensive. Also Zend includes I > believe one year of free upgrades (unlike NS). It does. I'm a few months past the year now though so I have to pay if I want to upgrade to the most recent version. -- Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/ |
|
|||
|
Rafal wrote:
>> I'd second the vote for Zend. Apparantly you can use it free for personal >> use. Doesn't apply to me as I use it to build websites commercially... >> but I think it was worth every cent. I wouldn't complain if it was >> cheaper though :) > > But I`ve visited www.zend.com and found only 21 days free trial version of > Zend Studio 3.5. I didn`t noticed any free non-comerciall version - does > it concern any prior version? I've no idea myself. I paid for a copy becuase I found it so useful. It's only recently I've heard about the free-for-personal-use option from other people in newsgroups. -- Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/ |
|
|||
|
> I'd second the vote for Zend. Apparantly you can use it free for personal
> use. Doesn't apply to me as I use it to build websites commercially... but > I think it was worth every cent. I wouldn't complain if it was cheaper > though :) But I`ve visited www.zend.com and found only 21 days free trial version of Zend Studio 3.5. I didn`t noticed any free non-comerciall version - does it concern any prior version? Rafal |
|
|||
|
Eli wrote:
> Hello Gurus, > Can you recommend a decent PHP editor that has the IntelliSense > feature? It's a great help for newbies I think. It used to help me > heaps in Visual Studio. > Kind regards. Get PHPEdit from www.waterproof.fr The French make not only great wines apparantly. A personal license is FREE, you will have to send Sebastien a motivated request for it though. And a commercial licens is still cheaper than Zend too I believe. It beats the #$#%@ out of Zend's Javabased IDE if you ask me. HTH Pjotr |