I have released a new installer for IronPythonStudio targeting the VS Shell Integrated mode.
You can download it from here.
Pablo
As pointed out by
Quan, the
VSCTPowerToy was released on code.msdn.com.
It is a read-only viewer that you
can use to explore the commands associated with a VSPackage, and with Visual
Studio itself. You can quickly search for any existing commands in the Visual
Studio IDE. By browsing through the command groups, GUIDs and IDs, priorities,
and other properties of existing commands, you can more easily place and
integrate the commands of your own VSPackage.
You can download it from
herePablo
LinqToCodeModel is a sample library on top of the EnvDTE.FileCodeModel API to provide Linq queries and facilities on FileCodeModel object graphs.
A
SourceCodeOutliner Lite version is provided as sample of usage of the API. You can also check the
Samples section to get an idea on how to use it.
It can be downloaded from
here.Pablo