1)
I’ve just added Drupal as project in eclipse Helios (PHP development) and I get 100 warnings about the code.
Is there something am I missing ? Or it is just normal ?
2)
I’m actually wondering if this is a good idea to develop my drupal website, I could also use a simpletext editor together with devil module to print variables.. what do you suggest me ?
thanks
There isn’t a best way to develop, what to choose is very dependent on taste, needs and habits.
You can do a lot of fancy things very eclipse, like looking up documentation based on the source code, step by step debugging and more. Even with all of this, I don’t use eclipse. Using the Apache error log along with devel to print or log debug information works great for me.
So just find out what works great for you and stick with it.