NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Source code conformity and quality evaluation through Lint


Joined: 31 Oct 2012
Posts: 16
Location: Canada
Reply with quote
Hi.

Is there a way in PhpEd, to evaluate source code conformity and quality, in the IDE, just like Atom Linter (Can't add a link... Look for [atom linter] in google)

I know that there is a way using the command line, but I want to know is it could be made directly in the IDE like Atom does?

Thanks
View user's profileFind all posts by fledSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
If you mean static analysis, it's a tricky thing and almost always fails on regular and large projects developed in php -- that's because of highly dynamic nature of this language.
As of plain syntax check that would insure the code will run, it's there in the IDE and constantly runs in background. So as soon as you break the code, it will underline the line

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Source code conformity and quality evaluation through Lint
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic