Cmnd F to Search on Page In Android Studio - android-studio

What I REALLY miss in Android Studio is the ability to search within a page without accessing the menu item "Edit/Find/Find" I simply want to use keys cmnd and f like I do in all other programs. I was able to add it through my Mac preferences and now the key sequence shows next to the find, but it still does not work.
Anyone know how to "Find" within a single page with a keystroke combination in Android Studio.

Related

I want to set shortcuts for "navigateBack" and "navigateForward" in Android studio on mac

workbench.action.navigateBack
workbench.action.navigateForward
My personal computer is a macbook.
I want to set the shortcut setting of the above command id in android studio, but I can't find it in key map.
It would be helpful if you could tell me the names of these commands, how to search them, or how to set them.
Go to Preferences -> Keymap, here you can use search or manually open Main menu / Navigate folder. Back and Forward elements show default key shortcuts, also you can double click on the element and set your own shortcut, modify existed ones etc.

I've accidentally added a number label in front of a file in Android Studio and I'm not sure how to get rid of it

I was trying to refactor a filename in Android Studio when I accidentally mistyped the keyboard shortcut.
Since I have a 75% keyboard, I don't have F rows. So I tried to hit Shift+FN+6, which would result in inputting Shift+F6, which is the keyboard shortcut for refactoring. But because of my typo, I hit some other keyboard command. Probably did <some keys> + 6 by accident.
Now there's a little 6 label listed in front of the filename:
Does anyone know what shortcut I accidentally hit, so I can undo it? I found an SO user who did the same thing as me but he got no replies. I tried hitting a bunch of random shortcuts and looking in the options menu but I can't find the option that I must've hit.
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf
Android Studio is based on Idea and inherits its features.
I'm guessing this could be the numbered bookmarks feature. Try Shift-F11 to list all bookmarks or Ctrl-F11 to toggle it.

Android Studio logcat search bar

We are a group of developers, we ALL have the latest studio but some of us has a logcat search bar that can be triggered by Command + F like this:
And some of use cannot trigger that search bar... any idea what is the difference??
It might be because the Keymap (Settings -> Keymap) of Android Studio has been changed to Eclipse (Or something else) from Default. Then Apply the changes. PFB the image FYR.
Change it back to Default and try hitting Ctrl+F to get the search bar be visible again.
Hope this helps.
Note: Later you can change it back to your favorite keymap.

Is there a way to enable interactive search in properties window?

I just started to use Android Studio and wondering if there is a way to search interactively in property window.
I mean like Xcode does. (It's not a properties, though.)
Is there a plugin or configuration for the function like this?
Android Studio actually has a search tool for properties similar to the one in Xcode. But it's implemented in a very unusual and un-intuitive way. Which makes it hard to find.
In Android Studio version 1.5.1, you have to click either on the 'Properties' header or any property-name below the header, and then you need to start typing the property you want, even though there is no text-box or any other indication that your typing will produce any effect.
When you do this, then a text-box appears with the characters you've typed in. And Android Studio highlights all the properties that contain your character sequence. You can then look only at the highlighted properties to find the one you want.
There is no filter like in Xcode, but if you start typing property name the selection will jump to the first match and the rest of the matches will be highlighted.

Quickly translate strings in Android Studio

Android Studio has the "Translation Editor" built in, which is a very nice tool, but to quickly translate strings, the user interface is quite a hassle. I have to double-click an item to edit it, where I would expect an Enter or F2 keys to work as well.
Is there a shortcut to enter edit mode in the translation editor?
I'm not sure when it got changed, but for everyone (like me) who found this post here. The F2 now works to edit fields without using the mouse.

Resources