An open API service indexing awesome lists of open source software.

https://github.com/pokk/preference_set

Jetbrains IDEs and Android Studio Preference Settings.
https://github.com/pokk/preference_set

jetbrains preference

Last synced: about 1 year ago
JSON representation

Jetbrains IDEs and Android Studio Preference Settings.

Awesome Lists containing this project

README

          

# preference_set
Pychram or Android Studio Preference Setting

## Android Studio

#### In the MAC

Copy or overwrite the __fileTemplate__ to ~/Library/Preferences/AndroidStudio{version}/


You can find the code template were added.

#### Change the key map name

You also can change the key map preference from ~/Library/Preferences/AndroidStudio{version}/keymaps/{your key map}.xml

Open the xml file. The first line should be as below.

```xml

```

Also if you want to set the to the default when opening the Android Studio, you can modify the file ~/Library/Preferences/AndroidStudio{version}/options/kepmap.xml

```xml



```