How do I add intellisense to my application?

别来无恙 提交于 2019-12-04 19:32:39

问题


We have a proprietary macro language in one of our products, edited through our Windows software. I would like to add intellisense, but I have no idea how to go about this (at least not without completely reinventing the wheel). Is there any sample code or 3rd party package that can at least get me started? It doesn't have to be free.

The application uses .NET, written in C#.


回答1:


There is a CodeProject article about adding intellisense to your own applications: DIY Intellisense

It should give you a good start.

There are also open source packages that you can dig into if you really want dig deep into an implementation: #develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects



来源:https://stackoverflow.com/questions/811905/how-do-i-add-intellisense-to-my-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!