像 VisualStudio 一样 NSTextfield 自动完成?
如何在 xcode 中为 NSTextfields 设置某些内容以实现 自动完成 ?
我希望在输入文本字段时得到建议,就像我们在 Visualstudio 的自动完成中所做的那样以及我们如何定义它的自动完成源。
例如,如果我有一个文本字段,用户将输入其名称,我希望从之前输入的名称或数组资源中获得建议,以便为他们提供一些建议。
How can I set something for NSTextfields in xcode for autocompletion ?
I want to have suggestion when I type in textfields just like what we did in visualstudio's autocomplete and how we define it's autocomplete source.
For example if I have a textfield that user will type it's name I want to have suggestion from previously typed names or an array resource to give them some suggestion.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以考虑使用 令牌字段。
You could look into using token fields.