Top "Jetbrains-ide" questions

For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc.

Code reformatting on save in PhpStorm or other jetbrains ide

How can I set up that the code is reformatted automatically on saving? So I don't always have to press …

intellij-idea phpstorm jetbrains-ide reformatting
___jb_bak___ and ___jb_old___ files in PyCharm

When I got some PyCharm project from my colleague I saw some backup files of *.py files. This files have …

intellij-idea phpstorm pycharm webstorm jetbrains-ide
How to integrate WebStorm with Vue.js

WebStorm didn't support Vue.js natively (at least for now - Apr, 2016). I've find few advice how to improve WebStorm …

intellij-idea phpstorm webstorm vue.js jetbrains-ide
How to disable special naming convention inspection of PEP 8 in PyCharm

I installed PyCharm and enabled pep8 checks in Inspections. If I write: def func(argOne): print(argOne) The IDE shows …

python pycharm pep8 jetbrains-ide
JetBrains' @Contract annotation

How does the org.jetbrains.annotations.Contract annotation work? How does IntelliJ IDEA support it?

java intellij-idea jetbrains-ide
How to use WSL as default terminal in WebStorm or any other JetBrains' products?

I am currently using Windows 10 with WSL Ubuntu 18.04 installed. I am trying to use WSL as the default terminal in …

webstorm jetbrains-ide windows-subsystem-for-linux
Android Studio missing essential plugin org.jetbrains.android

I have just updated to Android Studio 4.1 Canary 9, but I am getting the following error: Missing essential plugin: org.jetbrains.…

android-studio jetbrains-ide
Pycharm asks me if I want to add .idea\vcs.xml to Git

When using Pycharm I got a popup out of nowhere asking me if I wanted to add this file to …

git pycharm jetbrains-ide
Does CLion IDE include all features which ReSharper C++ provides under Visual Studio?

Since I've been using for some while ReSharper for C# (and other JetBrains tools) and have been very pleased with …

c++ visual-studio resharper clion jetbrains-ide
Ubuntu phpstorm : Interpreter is not specified or valid

I am configuring debugger on phpstorm on Ubuntu. I easily could set interpreter's path like C:xampp/php properly on …

php ubuntu phpstorm xdebug jetbrains-ide