Besides a +1 on Sublime Text from me, I recently found Atom <https://atom.io> to be really useful when working on git projects. It highlights any files which you have modified and I even think you're supposed to be able to perform git commands (such as merge, commit, push etc) directly from the editor. However, I haven't tried that. I believe Atom is written purely in Javascript, which makes Sublime Text a whole lot faster if you open up huge text-based files though.
You could also check out the new Visual Studio Code <https://code.visualstudio.com> from Microsoft. Feels a bit more fresh and lightweight than Visual Studio Express, at least in my opinion. But it all depends on what you plan on doing. Regards, Fredrik On Fri, Nov 20, 2015 at 10:39 PM Justin Israel <[email protected]> wrote: > > On Sat, 21 Nov 2015 10:21 AM Rudi Hammad <[email protected]> wrote: > > hummm...okey. I´ll keep that in mind. > I love eclipse, but I am getting an anoying problem that I can´t solve. > Apparently it is a bug ( > https://groups.google.com/forum/#!topic/python_inside_maya/f6CXU8gMyoo) > thanks > > I used Eclipse + PyDev as my first IDE ever. Eventually I found it too > clunky for Python development. And it would always end up with memory > consumption issues. > > Since then, I have enjoyed the lighter weight option that SublimeText > provides. > > > El viernes, 20 de noviembre de 2015, 21:15:28 (UTC+1), Joe Weidenbach > escribió: > > I believe that's one of the limitations of the express edition, that you > can't install extensions. You need at least Visual Studio Pro if you want > to use them. > > As a longtime visual studio user, I've found the python support to be > pretty terrible. If you want a nice ide-based experience, I'd look into > something like PyCharm <https://www.jetbrains.com/pycharm/>(it's free for > non-commercial use), and if a text editor with lots of extensability is > more what you're needing (and when I say lots, I mean lots) you can try out > SublimeText > <http://www.sublimetext.com/>with the MayaSublime > <https://github.com/justinfx/MayaSublime>extension. Personally, I use Wing > IDE <https://wingware.com/>, but that's a bit more pricey. > > > > On Sat, Nov 21, 2015 at 7:50 AM, Rudi Hammad <[email protected]> wrote: > > hello, > I am trying to use visual studio as maya IDE. I have visual studio Express > 2013. I downloaded python and followed the instructions posted here > http://josbalcaen.com/maya-python-visual-studio-2012/ > I can´t get to work the extension ToMaya ( > https://visualstudiogallery.msdn.microsoft.com/80e6846e-c40c-435b-b23a-f0cabb23569b) > <https://visualstudiogallery.msdn.microsoft.com/80e6846e-c40c-435b-b23a-f0cabb23569b> > when I try to open ToMaya2013.vsix i get the error this extension is not > installable on any currently installed products. > so I just can´t right? > cheers > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/315d4b2b-cb44-48f9-86b3-54f69765b155%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/315d4b2b-cb44-48f9-86b3-54f69765b155%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/bd17dfdd-ef79-4349-a669-1188f1903cbd%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/bd17dfdd-ef79-4349-a669-1188f1903cbd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2qVzf-Gj9GSxSP6dwY2yvrTR-KbbW0Px5%2BuaazK2bz%3DQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2qVzf-Gj9GSxSP6dwY2yvrTR-KbbW0Px5%2BuaazK2bz%3DQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAD%3DwhWMPbWjk-gGT%3DqbmYFwFrCgyu9QM1bbCj8d5t6oD3_kf6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
