In other text editors, one can change the highlighting colour, says, for comment
of language PHP
. How do I change individual highlighting colour in Android Studio?
相关问题
- Could not read entry … from cache taskArtifacts.bi
- Non-static method isGooglePlayServicesAvailable an
- Android studio 2.2.0-rc1 gradle plugin error
- Gradle vs Compiler
- Unable to sign apk “with only the traditional sche
相关文章
- Android virtual device manager crashes with “doubl
- What are the `^let` annotations in Android Studio
- Android Studio doesn't display logs by package
- Advanced profiling is unavailable for the selected
- Android Studio 3.5 ERROR: Unable to resolve depend
- Kotlin Koans with EduTools plugin: “Failed to laun
- requestLayout() improperly called by CollapsingToo
- How to clean your build with Flutter RP2 in Androi
Go to Settings (
Ctrl+Alt+S
) and then go to IDE Settings > Editor > Colors & Fonts. From here you can choose either Language Defaults or the specific language and edit the comment styling.You won't be able to edit the default one so you will be prompted to
Save As...
Today is a Ctrl+Alt+S -> Editor -> Color Scheme -