本文介绍了自定义智能感知自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以添加自定义智能感知来自动完成我的字符串?

Is it possible to add custom Intellisense to autocomplete my strings?

示例:

我输入阿达

它会弹出智能感知 ->Adapt , ->Adapter , ...

it will popup intellisense ->Adapt , ->Adapter , ...

我正在使用一种新语言,需要向 Visual Studio 2015 的库添加更多功能.自动完成我的关键字数据库将加快编码和效率.

I'm working with a new language and would require to add more function to Visual Studio 2015's library. Having an autocomplete with my database of keywords would speed up coding and efficiency.

有没有不使用外部程序的方法?

Is there anyway to do so without using external programs?

谢谢.

推荐答案

我终于找到了办法.

继续https://msdn.microsoft.com/en-us/library/ee372314.aspx 并完成演练,将内容类型链接到文件名.

Proceed to https://msdn.microsoft.com/en-us/library/ee372314.aspx and go through the walkthrough, linking a content type to a file name.

这篇关于自定义智能感知自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 10:55