Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为各种编程语言制作代码编辑器,但无法为其添加自动完成功能。
我尝试使用MultiAutoCompleteTextView,但它,作为单词之间的默认分隔符。
MultiAutoCompleteTextView
,
作为参考,我想制作一个像 ACODE 这样的应用程序
在您的代码中使用这一行:
yourmultiAutoCompletetextViewname.setTokenizer(new SpaceTokenizer());
这将在两个单词之间留出空间作为分隔符。