在使用 uiautomator2 写自动化脚本时,定位页面控件使用的关键字如descriptionContains
无法自动补全,觉得用起来比较麻烦。
1.在任何 JetBrains 系列的编辑器,如 Pycharm、Intellij、WebStorm 的 Settings->Plugins->Marketplace 搜索 Custom Completion
,点击安装即可。
2.打开菜单 Tools->Custom Completion
,在弹窗中配置你需要自定义的关键字,使用;
号隔开。
https://github.com/yinkh/CustomCompletion
整体的功能类似于简化版的 live template,欢迎大家提提意见。