如何在VB.NET中自动完成 [英] How can I make a autocomplete in VB.NET

查看:112
本文介绍了如何在VB.NET中自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用自定义语言为我的FCTB在VB.NET中创建自动完成源?


我尝试过:



How can I make a autocomplete source in VB.NET for my FCTB with a custom languaje?

What I have tried:

Hi, how can I make a autocomplete source in VB.NET for my FCTB with a custom languaje?

I'm working with a FCTB and I want to implement Ruby support and a autocomplete menu for this languaje. My project is on VB.NET. Thanks for your time.

Diego Orellana

推荐答案

列出您想要完成的术语。解析人们键入的内容,看它是否包含其中一个术语的部分版本。解析类,以便在访问类时显示方法和属性列表。
Have a list of terms you want to complete. Parse what people type to see if it contains a partial version of one of those terms. Parse classes so you can show a list of methods and properties if they access a class.


这篇关于如何在VB.NET中自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆