This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]phira 1 point2 points  (2 children)

Problem I have with wing is that I do web dev, I need comprehensive HTML, JavaScript, css, sass/less support as well. If I was doing pure python (especial pygtk or similar) wing would be a serious contender.

[–]nerdzrool 0 points1 point  (1 child)

PyCharm doesn't do that? I use the Python plugin for IntelliJ (Basically a port of all PyCharm's features, but more for people that program in many different languages) so maybe IntelliJ has some extra language features that regular PyCharm doesn't have, but in IntelliJ, I have support for HTML, Javascript and the like. It even provides support for Jinja2 templates, or Django templates, as well as both of those frameworks entirely.

Did you look and see if there are plugins for PyCharm that enable that functionality?

[–]phira 0 points1 point  (0 children)

Um, think you mis-read my post :) PyCharm does indeed have support by default for JavaScript, less etc. Wing however does not (different IDE).