RFE: VisualStudio nuget plugin equivalent for pyCharm

Hi,

After having seen the Pluralsight video tutorial on Knockout.js integration in VisualStudio w/ the nuget plugin, I thought it would be great to have a such plugin for pycharm, or a built-in feature.

Have a look at its features:

http://nuget.codeplex.com/wikipage?title=Getting%20Started

Thanks.

0
2 comments

Nuget is a .NET package management system, and there is no point in integrating it with PyCharm. The Python community has its own package management system, the PyPI, and it's fully integrated into PyCharm 2.5.

0
Avatar
Permanently deleted user

My apologies, I should have specify that what I see very useful in nuget is its javascript import features (not .net plugin integration), something that would fit very well in pycharm web dev.

For instance, as in jsFiddle, you can add javascript libraries very easily in the visualstudio project from this plugin.

One can see a pycharm equivalent plugin as a way to deal w/ both javascript and css frameworks.

With the nuget plugin, you're aware when an updated javascript library is available, get the debug or minified version based on context and so on.

0

Please sign in to leave a comment.