Questions tagged [jetbrains-ide]

For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc. If the issue is related to JetBrains Toolbox, please use the [jetbrains-toolbox] tag instead. General computing questions about using the IDE would be better suited for Super User.

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

Note: the JetBrains IDE platform shares a lot of common functionality between tools; if you believe you have a tool-specific issue, you should elect to use that tag instead. Some of the tools listed are , , , , , , and .


Tag renamed after a discussion - Should we burninate the [jetbrains] tag?

2557 questions
35
votes
3 answers

DataGrip added value compared to IntelliJ IDEA

So, I was wondering if there is really some new features coming from JetBrains DataGrip software. So far, I didn't find anything that is not already there in IntelliJ IDEA (Ultimate). I didn't spend much time using it though.
Ellone
  • 3,644
  • 12
  • 40
  • 72
34
votes
1 answer

Android Studio wants access to microphone

I received a pop up in which Android Studio requests permission to access my microphone. For as far as I know, there are no voice command features in Android Studio. I found this rather odd and I hope someone knows why my IDE wants to acces my…
Caspar Geerlings
  • 1,021
  • 2
  • 10
  • 21
34
votes
4 answers

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 experience. Now I want to list them in one place (I'll answer my own question below). Feel free to improve the answer
S Panfilov
  • 16,641
  • 17
  • 74
  • 96
34
votes
3 answers

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 the experience, I'm oscillating regarding which would be the better option, between the 2 JetBrains products (from the title) for C++…
Teodor Tite
  • 1,855
  • 3
  • 24
  • 31
32
votes
9 answers

Disable showing of run window in IntelliJ

In IntelliJ every time I make a change in code and I run the app afterwards, "run window" is automatically popped up. Is there any way to disable this annoying behaviour or how to make it less distracting?
sealskej
  • 7,281
  • 12
  • 53
  • 64
31
votes
3 answers

Bring back closed Remote Host Window on PHPStorm

I accidentally closed () the remote host window in a project of PHPStorm and i can't get it back. It isnt in View->Tool Windows. And is also enabled in Plugin Settings Page
Alex Bogias
  • 1,826
  • 2
  • 30
  • 45
29
votes
1 answer

Multiple Startup projects in Solution, in Rider

I'm working on a project for a upcoming job interview. I'm used to writing C# in Visual Studio, but since I've changed to Linux, I'm trying to use Rider. In Visual Studio you can add multiple projects as your 'Startup Project', and I'm not sure how…
denn4617
  • 303
  • 3
  • 5
29
votes
4 answers

RubyMine - No Ruby interpreter configured for the project

I go to Settings - Ruby SDK and Gems, and pick out C:\RailsInstaller\Ruby1.9.3\bin\ruby.exe. It loads up a bunch of gems on the right side, and looks like it's going to work. I hit OK, and still have awful syntax highlighting and it still thinks it…
Kabir Sarin
  • 18,092
  • 10
  • 50
  • 41
29
votes
5 answers

___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 types: *.___jb_old___ and *.___jb_bak___. I open the files in Notepad++ and see that these are identical backup files of the corresponding *.py…
pavel_mstu
  • 291
  • 1
  • 3
  • 5
28
votes
3 answers

IntelliJ lombok plugin isn't compatible

Lombok plugin in IntelliJ IDEA 2020.1 (Ultimate Edition) isn't compatible with this IDE instance. I don't know if it is a problem just in my machine or is it in everybody's machine: Is it fixable? Or is it a temporary issue?
Hamza Belmellouki
  • 2,516
  • 1
  • 18
  • 39
28
votes
8 answers

PyCharm "Can't get remote credentials for deployment server"

After config remote interpreter and deployment I got the following error when PyCharm trying to install libs from requirements.txt Can't get remote credentials for deployment server
Ryabchenko Alexander
  • 10,057
  • 7
  • 56
  • 88
28
votes
12 answers

Breakpoints not being hit in JetBrains Rider?

I am trying to set a breakpoint in JetBrains Rider, but the debugger isn't breaking. I know for sure the application should reach the code I'm trying to break on, as changing string literals appears in the program. I have completely reinstalled all…
Jessica
  • 1,621
  • 2
  • 18
  • 34
28
votes
3 answers

JetBrains Rider EAP on Linux - Solution load failed: MsBuild not found

Just installed the latest version of Rider EAP (163.12057) and tried to create a new solution. In my Solution Explorer its shows my Solution and (load failed). In the Event Log window I get the error message: Solution 'FirstSolution' load failed:…
ephtron
  • 1,115
  • 1
  • 10
  • 16
28
votes
3 answers

Enable horizontal scrolling Phpstorm

Is it possible to enable horizontal scrolling in Phpstorm? I have found nothing whilst searching through the settings.
Jamie Hutber
  • 26,790
  • 46
  • 179
  • 291
27
votes
4 answers

IdeaVim, multi cursor usage

I'm trying to trigger (to use) the IdeaVim multi cursor plugin: https://github.com/JetBrains/ideavim#emulated-vim-plugins -> multiple-cursors In the github docs we have commands: , , , g to trigger/use this plugin, but I'm not…