简体   繁体   English

如何创建自动补全功能?

[英]How to create autocompletion feature?

I would like to create the autocompletion(intellisense) feature in an editor I'm working on. 我想在我正在使用的编辑器中创建autocompletion(intellisense)功能。 Basically the keywords preceeding the . 基本上,关键字位于之前。 (period) to invoke the autocompletion box will be user defined. (时段)调用自动完成框将由用户定义。 i've created the editor using visual c#. 我已经使用可视C#创建了编辑器。 Now i need to create an autocompletion box. 现在,我需要创建一个自动补全框。

can any one help me to do this ? 谁能帮我做到这一点?

Thanks in advance 提前致谢

I hope the following site may help you along with sample code : 希望以下站点可以为您提供示例代码:

http://www.codeproject.com/KB/combobox/JGIntelli.aspx http://www.codeproject.com/KB/combobox/JGIntelli.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Excel中创建自动补全功能? - How to create autocompletion in Excel? 如何创建用于上传文件的功能 - How to create a feature for uploading files 如何使用 Xamarin 创建功能发现 Forms - How To Create Feature Discovery Using Xamarin Forms 创建可重复使用的代码,以基于另一个文本框值自动完成日期文本框 - Create a reusable code for autocompletion of a date textbox based on another textbox value RallyAPI:如何创建 UserStory 并将其与功能关联? - RallyAPI: How do I create a UserStory and relate it to a Feature? 如何使用c#在Asp.net中创建与Facebook中一样的编辑缩略图功能(同时上传显示图像)? - How to create edit thumbnail feature as in facebook(while uploading display image) in Asp.net using c#? 如何通过 c# 代码为应用程序配置创建 Azure 功能标志? - How to create Azure Feature Flag for the App Configuration through c# code? 如何使用 ASP.NET Core 2.1 和 React JS 创建下载功能? - How to create download feature using ASP.NET Core 2.1 and React JS? 如何在C#中创建自动更新软件功能,例如firefox“检查更新” - How to create autoupdates software feature like firefox “check for updates” in C# 如何在C#的列表框中创建“日志记录功能”。 其他类的源信息 - How to create “logging feature” in listbox in C#. Source information from other classes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM