哪种编辑器可以用于web2py的自动完成功能、缩进和方便导航。
此外,还有默认特性web2py特性,如html布局的try视图。
发布于 2019-06-27 03:52:43
https://www.jetbrains.com/help/pycharm/web2py.html
PyCharm支持Web2Py开发。
Web2Py在PyCharm中的支持包括:
专用项目类型。
打开现有Web2Py项目的可能性。因此,PyCharm将识别项目结构,选择合适的模板语言,并创建运行/调试配置。
创建新的Web2Py项目时,PyCharm将创建一个专用的运行/调试配置,用于启动web2Py服务器。
Web2Py模板语言
使用凹槽图标在视图和模板之间导航。
代码完成和解析。
发布于 2019-06-25 06:09:02
https://www.jetbrains.com/help/pycharm/web2py.html
PyCharm支持Web2Py开发。
Web2Py在PyCharm中的支持包括:
Dedicated project type .
Possibility to open an existing Web2Py project. So doing, PyCharm will recognize project structure, choose the proper template language, and create run/debug configurations.
When a new Web2Py project is created, PyCharm creates a dedicated run/debug configuration for launching a web2Py server.
Web2Py template language.
Navigation between views and templates using the gutter icons.
Code completion and resolve.https://softwarerecs.stackexchange.com/questions/62637
复制相似问题