Xcode 一个强大的代码自动完成插件:FuzzyAutocomplete
FuzzyAutocomplete 是 Xcode 一个强大的代码自动完成插件,它利用Xcode用于其快速打开的算法,这在模式匹配方面做得很出色。它工作得非常,非常好。
主要特性
- Xcode's autocompletion matches like Open Quickly does
- Supports Xcode's learning and context-aware priority system
- [New] [Experimental] Corrects word order for you (eg.
rangemake
vsmakerange
) - [New] [Experimental] Auto-corrects case when pressing space (eg.
CGFLoat
) - [New] Visualizes matches in Completion List and Inline Preview
- [New] Easily customizable via a Settings Window (Editor > FuzzyAutocomplete)
- [New] [Optional] Sorts items by their score for easier searching
- [New] [Optional] Hides items based on a threshold for less clutter
- [New] [Optional] Shows the query and number of matches in Header View
- [New] [Optional] Shows match scores for items in the List
- [New] Selects prev/next completion with shortcuts (default
⌃>
/⌃.
) - [Optional] Treats first few query letters as a required prefix
- Productivity++
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!