FindViewByMe icon indicating copy to clipboard operation
FindViewByMe copied to clipboard

A plugin for android developer, with the plugin you can generate "findViewById" code quickly.

Results 8 FindViewByMe issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/54784104/131285594-8f0346f1-6dcf-41f8-8eee-6c57252e917c.png) ![image](https://user-images.githubusercontent.com/54784104/131285484-b7a310cb-c6ae-46a0-9c19-d547fcee0c4c.png)

目前是使用include节点后无法通过插件找到里面的ID,期待加入该功能!

![image](https://user-images.githubusercontent.com/15726024/50062974-07b5bc00-01e5-11e9-900f-dadd322bcae1.png) ![image](https://user-images.githubusercontent.com/15726024/50062991-1c924f80-01e5-11e9-92e3-94f2949a6e3a.png)

kotlin 里的 kotlin-android-extensions 直接用id 的方式。在有些场合并不好用 经常出现找不到id 的情况。 这个插件很清晰,是生成字符串自己去copy 的。 有想去生成kotlin 的字符串吗

比如 btn = (Button) findViewById(R.id.xxx) 我想改成 btn = findView(R.id.xxx) 类似这种格式模板能否自定义呢

If you once generate views with root view, go to layout and add new views, root view will be missed next time when you regenerate new views. Like in this...

This is not issue but Request for feature. as like butterknife plugin if this plugin having onclick then it would great for us. ->select view with onclick and make switch...

Android Studio Iguana | 2023.2.1 Patch 1这个版本下不能用了,请问能更新下吗?