Показаны сообщения с ярлыком intellij idea. Показать все сообщения
Показаны сообщения с ярлыком intellij idea. Показать все сообщения

среда, 9 октября 2019 г.

вторник, 11 сентября 2018 г.

[Linux] another way to fix Jetbrains Russian layout hotkeys

If you cannot use Jetbrains phpstorm/idea hotkeys with Russian layout on Ubuntu, try to install KDE instead of GNOME, because this issue doesn't appears in Kubuntu.

четверг, 12 января 2017 г.

Intellij Idea - "gradle project sync failed" in Android project

Press "Refresh all Gradle projects" in View > Tool Windows > Gradle

среда, 27 апреля 2016 г.

IDEA/phpstorm & GIT unversioned files not available

Make "cd" to needed directory and execute "git add -f <filename>, after that your IDE will see that file. Actual for image files, because it cannot modify inside Idea/Phpstorm.

воскресенье, 10 января 2016 г.

Cannot add background to Android designer Intellij IDEA

Add file to "%project%/res/drawable-hdpi" and select it via background selection dialog.

configure Intellij IDEA for Android project

1. do not forget to install Android SDK;
2. just add "Android support" in Plugins in Idea. It because you installed IDE without Android plugin.

четверг, 26 ноября 2015 г.

Cannot view tables list in database Intellij IDEA

When you don't have "plus" button to the left to database like this:
Just add new database and enter username, password, and database name.