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.
我想查看(例如标签名称)属性框(通过单击界面窗口中的元素显示)并滚动浏览我的代码,直到找到我要查找的内容。问题是,只要我单击代码窗口,属性就会变为空白。
是否有可能改变这种行为?
属性窗口是上下文相关的,因此它会显示您正在查看的任何内容的属性 - 在您的情况下是代码。现在恰好代码没有要显示的属性,这就是为什么它是空白的。
我不想改变它——你知道的下一件事,你会点击一些东西而看不到它的属性!那会很糟糕。