用于特定于应用程序的脚本语言的 Visual Studio 风格编辑器?
现在我只知道 Visual Studio 2008 Shell 和 Snippet Compiler 中使用的自定义控件。
还有VS shell适合这个工作吗?不知道是自定义控件还是独立应用?有相关教程吗?
我想代码片段编译器的自定义控件是可用的,因此应该可以工作,但我仍然想知道是否有更好的替代方案?
它不必拥有应用程序本身不支持的诸如单步调试器之类的一切。
我的编辑器将类似于 Photoshop 的脚本编辑器。
Right now I only know about Visual Studio 2008 Shell and the custom control used in the Snippet Compiler.
Also is VS shell suitable for this job? I don't know if it's a custom control or a standalone app? Any tutorials about it?
I would imagine the Snippet Compiler's custom control to be usable and therefore should work, but I still want to know if there are better alternatives out there?
It doesn't have to have everything like step through debuggers which the app itself doesn't support.
My editor will be similar to what Photoshop has for a script editor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过视觉Studio SDK?此外,Visual Studio Extensibility 上提供了许多资源。
Have you looked at the Visual Studio SDK? Also, there are many resources available on Visual Studio Extensibility.