약간 지난 소식 이지만.. Visual Studio 2008 Shell Runtime을 기반으로하여 IronPython 프로그래밍을 할 수 있는 IDE가 나왔습니다. IronPython Studio라는 녀석이고요, 설치용 다운로드 및 소스코드 다운로드도 가능합니다.

동영상을 보시면 빠른 이해가 되시리라 봅니다만 지원되는 기능을 간략히 나열 해보면...
- Project creation
 -Syntax coloring
- Intellisense
- Debug supporting (break point, watch, locals, autos .. )
- Immediate window
- IronPython console window
  * intellisense in console window
- WinForm Application
- WPF Application
- Code Snippets


설치 방법은...
#1. Microsoft Visual Studio 2008 Shell (isolated mode) Redistributable Package
#2. IronPython Studio December 2007 CTP Setup

을 순서대로 설치하면 됩니다.


Known Issues more...

Posted by U∙Seung