Android Studio: Kanji, katakana and hiragana in search box are not shown - android-studio

I updated Android Studio to the Arctic Fox 2020.3.1 Patch 2 and before Android Studio 4.1.1 was handling Japanese text in the search box. However, maybe there is a way to fix this issue?

You can go to the Android Studio's Preferences(If you are using MacOS). Then go to the Appearance& Behavior => Appearance => check [use custom font] and select [JetBrains Mono]. Finally, click [OK].
Please see the picture here, if you aren't clear

Related

No "Suppress" hint for "UNUSED_PARAMETER" in Kotlin

When I press Alt+Enter to show Android Studio's suggestion for unused parameter, I get the pop-up menu below,
You can see there is no any hint for adding the #Suppress("UNUSED_PARAMETER"), however the user has.
My environment is
Macbook air M1
Android Studio Arctic Fox | 2020.3.1 Patch 2
Kotlin plugin version: 203-1.5.31-release-550-AS7717.8

Android Studio + Flutter: identifier suggestion not relative

See attachment. The top list of suggestions not relative to alignment. This happened after I upgraded Android Studio from 3 to 4. I'm sure when using Android Studio 3, the suggestion is smart and show relative items at top of list.
(BTW: this also happened to Vscode)

Android Studio has a very buggy attribute window when using search bar

So when I try to use the attribute window on Android Studio and wanted to search for something for my text or button it will be very buggy after I click away and click on something else like an Image, it will just keep that inputted search I previously used even though I have removed it.
So far I tried:
1- Restarting Android Studio.
2 - Invalidate Caches.
3 - Tried other PC same problem.
I am using Windows 10 - 64 bit with the latest Android Studio 3.3.2
https://youtu.be/KZrJltsnQL8
Try rebuilding and cleaning the project.

Using Custom Font for Android Studio Editor

I installed my favorite programming editor font - Inconsolata - on my Macbook Pro, but I can't seem to get it working in Android Studio. I've confirmed that the font works correctly on eclipse, so it is definitely installed correctly.
In the Android Studio options, it just shows a bunch of strange boxed A characters. If I select the font, my entire editor becomes boxed A characters.
Anyone know how to make this font work in Android Studio?
I got Inconsolata working by unselecting "Show only monospaced fonts." Before that, Inconsolata wasn't even showing up. I'm using Windows, but it might work for you.
The most simplest way to change font in Android studio editor is given below:
Step 1: Go to directory C:\Program Files\Android\Android Studio\jre\jre\lib\fonts
Step 2: Paste the font with.ttf extension i.e.,(True Type Font) file of your custom font.
Step 3: Open Android Studio and set the font through Settings/General/Font in the File Menu. But, make sure that you have to re-open the Android Studio if already open.

Change TODO item color in Visual Studio 2012 with Resharper 8

After installing Resharper 8 on Visual Studio 2012 my TODOs are now a retina-searing blue of which this screenshot does not do justice:
I've found similar questions here and here they don't seem to apply to VS2012 and/or RS8, as there is no "Resharper Todo Item" nor any other Resharper items under the Display Items for Fonts & Colors.
Just to post a possible workaround if somebody has the same behavior - apply actions from the following article. It looks oddly but works.
Close all Visual Studio instances
Open C:\Program Files (x86)\Microsoft Visual Studio {VS
version}\Common7\IDE\Extensions\extensions.configurationchanged file
Type anything there
Save the file
Open VS and check Fonts and Colors in Tools | Options | Environment
Navigate to environment settings using Visual Studio (Tools -> Options -> Environment -> Fonts and Colors) and change the colour of the TODO items in the text editor. Scroll to the item in the "Display items" list which shows as "Resharper TODO item"
A Visual Studio crash and restart later, Resharper display items are suddenly showing up under fonts and colors. I contacted Jetbrains and apparently this was a verified bug, though that link is now dead which would lead me to believe that they fixed it, but for some reason this answer is still getting upvoted so maybe not.
Maybe the next upvoter can edit this answer or provide a comment with the current state of affairs?
This is not a Win 8.x issue; I am using Windows 7 and encountered the problem when I applied Resharper 8 to VS2013. The link that Alexander posted resolved the problem for me. I did, however, have to copy the file to My Documents, make my edit there (a simple hash symbol) and then copy it over the source location.
Adding an empty line in the file extensions.configurationchanged worked for me.
Visual studio 2013 with Resharper 10

Resources