Another vote for Pycharm. My approach is a little different from Massimo's, though.
I import each class that I use in a function. It can be a lot of boilerplate, but it gives me full use of Pycharm's error detection capability. With the Pycharm project set up in the Web2py folder, I do something like: from gluon.sqlhtml import SQLFORM, ... On Sunday, August 10, 2014 6:30:46 AM UTC-4, Suresh Mali wrote: > > Am new to web2py looking for better IDE support been using spyder for my > other work on windows. Can I continue to use same or need to move to some > other IDE? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

