PyCharm 1.5 Released - now with Django Template Debugging
1–10 of 20 posts
Re: PyCharm 1.5 Released - now with Django Template Debugging
#2Re: PyCharm 1.5 Released - now with Django Template Debugging
#3Re: PyCharm 1.5 Released - now with Django Template Debugging
#4The template debugging looks awesome. I wonder if there is a project that provides django template debugging as a stand alone thing? I don't see myself ever moving from vim to Jetbrains.
Re: PyCharm 1.5 Released - now with Django Template Debugging
#5The template debugging looks awesome. I wonder if there is a project that provides django template debugging as a stand alone thing? I don't see myself ever moving from vim to Jetbrains.
Re: PyCharm 1.5 Released - now with Django Template Debugging
#6The template debugging looks awesome. I wonder if there is a project that provides django template debugging as a stand alone thing? I don't see myself ever moving from vim to Jetbrains.
Re: PyCharm 1.5 Released - now with Django Template Debugging
#7Re: PyCharm 1.5 Released - now with Django Template Debugging
#8This, the IDE's cross platform support and the IdeaVIM plugin have basically converted me back to an IDE toting developer again.
Re: PyCharm 1.5 Released - now with Django Template Debugging
#9PyCharm also has excellent JavaScript support: http://www.jetbrains.com/editors/javascript_editor.jsp?ide=p... This, the IDE's cross platform support and the IdeaVIM plugin have basically converted me back to an IDE toting developer again.
Re: PyCharm 1.5 Released - now with Django Template Debugging
#10Could some one please elaborate on vim Vs PyCharm? I mean pros and cons?
Found this interesting review by Guido: https://profiles.google.com/gvanrossum/posts/CGh9MoWU53V
Overall, it seems to be a great editor for doing work in Python. I have been using vim as my main code editor for C++, Python, Ruby, PHP for nearly 10 years and it is hard for me to imagine leaving vim.
But no one says you can't use PyCharm and vim together. What I mean is that, when I am sitting down to work on some code having PyCharm seems great. But when I just need to make some quick edits, then vim can be used. In the end, the results of our work is just text chunks that are in a DVCS.
I think I will give the 30-day free trial a shot to see how it works compared to my vim setup (using https://github.com/astrails/dotvim as a base for my current vim seutp btw). And I recommend you to just give it a shot and see how it works for you and your workflow.