M Imam Pratama

Results 5 comments of M Imam Pratama

+1, class should have a unique color. We use class a lot in Flutter projects, because "everything is a widget".

+1, class should have a unique color. 1 color for class, 1 color for function, 1 for string, white or default color for property. I don't care about the others....

Actually, it works. You need to add an escape character `\` before the space. If the partial-name is `dir4 new`, then you type `up dir4\ new`. However, the tab completion...

Oh, sorry. You're right, it works on zsh but when I tried it on bash, it doesn't work.

Also, can we use wildcards? like: ``` args = build/app/outputs/apk/release/*.apk ```