I too am a PyCharm user.  Disappointed the web2py support was dropped.

I have switched to py4web for all new development and it works great in 
PyCharm.

I think a lot of others use VS Code.  You just need to incorporate the 
import-trick at the top of each file

try:
    import your web2py objects here
except:
    pass

That way you'll be able to use the code completion in web2py - should work 
with VS Code, PyCharm or any modern IDE.

-Jim


On Wednesday, November 16, 2022 at 7:18:57 AM UTC-6 Peter wrote:

> Have been out of the loop for a while but while getting back in to things 
> upgrading and migrating a web2py app to Python 3 (all went well!). In the 
> process I renewed a subscription with JetBrains PyCharm and am discovering 
> (see below) they have dropped support for web2py. The only reason for using 
> it was the support for web2py.
>
> *Has anyone got suggestions for an alternate editor?  *
> *I mainly use python/web2py but some support for html and css framework/s 
> would be useful.*
>
> *Where/how can I donate to the web2py (or preferred) cause?*
>
>
>
> *"From *
> *https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000585024-Web2py-Gutter-Icons
>  
> <https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000585024-Web2py-Gutter-Icons>*
> Created January 21, 2022 01:31 
> <https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000585024/comments/4415898178834>
>  
> * Comment actions web2py support was deprecated and there are no plans to 
> support it in the future (at the moment)."*
>
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/083e84f3-d4c8-4191-82a9-2fea93bdf79an%40googlegroups.com.

Reply via email to