django开发IDE [英] django development IDE

查看:114
本文介绍了django开发IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经做了一个小的django开发,但它都在文本编辑器中。我很好奇别人在其django开发中使用的更多高级开发工具。我习惯于使用Visual Studio进行开发,并且非常喜欢它提供的智能感知,代码完成和文件组织,并希望找到可以在django / python环境中提供某些内容的工具(或组合的工具)。 / p>

I have done a little django development but it has all been in a text editor. I was curious what more advanced development tools others are using in their django development. I am used to using Visual Studio for development and really like the intellisense, code completion, and file organization it provides and would like to find something (or a combination of tools) that would provide some of this in the django/python environment.

推荐答案

我使用Eclipse和一个简单的香草PyDev http://pydev.org/ 。没有任何具体的Django功能。我想出的最好的是设置运行配置文件来运行开发Web服务器。如果您添加了Web工具项目(WTP),您将在模板中获得语法高亮,但与特定模板语言无关。 Pydev是一个不错的插件,如果您已经熟悉Eclipse并将其用于其他项目,这是一个很好的方法。我记得Netbeans开始得到Python支持,但我不知道现在在哪里。许多人对Netbeans 6表示欢迎,但在Java世界中,Eclipse仍然是OSS IDE的王者。

I use Eclipse and a plain vanilla PyDev http://pydev.org/. There isn't any specific Django functionality. The best I came up with was setting up a run profile to run the development web server. If you add the web tools project (WTP), you'll get syntax highlighting in your templates but nothing that relates to the specific template language. Pydev is a decent plugin and if you are already familiar with Eclipse and use it for other projects it is a good way to go. I recall Netbeans starting to get Python support but I have no idea where that is right now. Lots of people rave about Netbeans 6 but in the Java world Eclipse still reigns as the king of the OSS IDEs.

这篇关于django开发IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆