如何将智能感知添加到我的应用程序中?
我们的一款产品拥有一种专有的宏语言,通过我们的 Windows 软件进行编辑。 我想添加智能感知,但我不知道如何去做(至少不完全重新发明轮子)。 是否有任何示例代码或第 3 方包至少可以让我开始? 它不一定是免费的。
该应用程序使用 .NET,用 C# 编写。
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#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一篇关于将智能感知添加到您自己的应用程序的 CodeProject 文章:DIY Intellisense
它应该会给你一个良好的开始。
如果您确实想要深入研究实现,还可以深入研究一些开源软件包:#develop(SharpDevelop 的缩写)是一个用于 C#、VB.NET 和 Boo 项目的免费 IDE
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