Android Studio + Flutter: identifier suggestion not relative - android-studio

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)

Related

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

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

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.

Move class structure tab in Android Studio below Project files

Is there a way for the Structure tab in Android Studio to appear under your project files like in PHPStorm? As it stands now, it appears on the side as shown below.
PHPStorm
Android Studio 3.1.2
Drag and Drop the tab Structure and put it on the bottom left.

Android Studio 1.4.1 visual glitch

When I was using the Android Studio (1.4.1), after a while I ran into some visual glitches. I then fixed these by moving the window to my secondary monitor. This then happened again, after about 5 minutes.
I was wondering if this was documented, and if there is a known way to fix it.
Android Studio is having a strange "cascading display" glitch?
Try this:
Android Studio\bin\idea.properties
Add
sun.java2d.d3d=false
It seems that Java and DirectX are colliding on 2D issues.
You will have the same problem with many java apps on that graphic card.
It seems that the DirectX and Java have a collision on specific system settings.
To solve this:
In windows:
1. open Environment Variables
2. add a new variable
3. name it _JAVA_OPTIONS
4. add the following value -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true

Android Studio TODO list item points drawables

I use Android Studio version 0.8.14. Whenever I click TODO button to see my list of TODOs I see my TODO items but I also see some of my drawables are listed as shown in the picture below. Is there a particular reason for this?
Seems like an Android Studio bug. Problem disappeared after installing Android Studio 1.0 RC4.

Resources