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
14
votes
2 answers

How do I properly pass command line arguments to a C program in CLion?

I need someone to outline how to pass command line arguments to CLion. What I've found so far hasn't worked for me. Specifically I need to know how to pass multiple arguments to the program from the command line.
Kevin Cianfarini
  • 649
  • 1
  • 5
  • 11
14
votes
3 answers

How could I create relationships between tables in JetBrains' DataGrip?

I am using DataGrip by JetBrains in my work. It is ok, but I don't know how to create relationships between tables like in this picture:
progreccor
  • 181
  • 1
  • 1
  • 14
14
votes
3 answers

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 Windows. But linux should have different path for interpreter. I searched on this site a lot and on google too but could not get…
Pratik Joshi
  • 11,485
  • 7
  • 41
  • 73
13
votes
2 answers

How to fix "External file changes sync may be slow: The current inotify(7) watch limit is too low." in PhpStorm

Been trying to research what this error "External file changes sync may be slow: The current inotify(7) watch limit is too low." means and how to fix it in PhpStorm but I seem not to be able to get around it. The message pops up every time I run…
Alphy Gacheru
  • 489
  • 1
  • 9
  • 28
13
votes
4 answers

IntelliJ, is it possible to "Make controller" as in NetBeans?

Does anyone with IntelliJ & NetBeans experience know, if IntelliJ has some similar feature as for NetBeans "Make controller" when right clicking the corresponding FXML file? I think it is pretty important since it updates, if I have added something…
ThomasBear
  • 133
  • 1
  • 1
  • 8
13
votes
3 answers

Where is output window in Rider?

I went through the entire app and two Google pages and didn't found it. How can I enable the output window?
Anton Shakalo
  • 437
  • 1
  • 6
  • 23
13
votes
4 answers

Phpstorm line numbers column width

The numbers column is very wide, and this is bothers me. I want to open more workspaces. Therefore I want it to be narrow. How do I do this?
Kvlknctk
  • 634
  • 12
  • 27
13
votes
4 answers

IntelliJ Idea 15 - How to "update resources" without restarting server?

When I click to the debug button after the server is started to update resources with/without classes, the prompt that I shared below is displayed. How can I update resources without restarting server? ps. I am using Tomcat as a server. Edit: I…
talha06
  • 6,206
  • 21
  • 92
  • 147
13
votes
1 answer

How to go back through the Jetbrains IDE "first time"

I accidentally exited the "complete installation" section of CLion before I managed to finish. I got to this point: When I got here, I realized that I hadn't installed g++ on Cygwin, so I paused to install g++. I also closed the Customize CLion…
Justin
  • 24,288
  • 12
  • 92
  • 142
13
votes
2 answers

PhpStorm Is throwing an error for phpcs

PHP Code Sniffer phpcs: Can not correctly run the tool with parameters: C:\Users\sa\AppData\Local\Temp\___0.tmp\press_home.module --encoding=utf-8 Possible tool process hangup after 5 sec. Exclude press_home.module from PHP Code Sniffer…
Shakir Blouch
  • 187
  • 1
  • 5
  • 14
12
votes
1 answer

How to restore old commit dialog window in Android Studio?

Hi I installed Android Studio Canary. I cannot see the commit window, it is completely changed. I want to get the old version back without changing Android Studio. Here is my current commit window looks like
Jacob
  • 133
  • 1
  • 7
12
votes
7 answers

IntelliJ doesn't display... at all

I have a bug which is completely over the planet. IntellIJ doesn't display. It's on, yet doesn't display. It worked well before, last thing I did was re-setting up new dependencies on my code and (nothing to do with that) re-setting SDK for other…
Charles Julien
  • 365
  • 3
  • 16
12
votes
4 answers

AppCode doesn't prompt RxSwift classes and some other installed CocoaPods

I have installed newest version of RxSwift by CocoaPods. While trying to use simple elements of RxSwift, like NotificationsCenter.default.rx it doesn't prompt methods to use. Interestingly sometimes it prompts for other pods and sometimes not for…
Nominalista
  • 4,632
  • 11
  • 43
  • 102
12
votes
1 answer

Using JetBrains DataGrip - where do I find Functions?

I just created a function, but I cannot find it in the schema. To make sure that I was reading the latest schema I even restarted DataGrip. Where are Functions found in DataGrip?
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
12
votes
2 answers

How to change ${USER} value in WebStorm or PhpStorm?

How to change ${USER} value in JetBrains WebStorm? I was searching under Settings-> File and Code Templates but there I can change only structure of the temple instead of value of variable USER. /** * Created by ${PRODUCT_NAME}. * User: ${USER} *…
NIKHIL C M
  • 3,873
  • 2
  • 28
  • 35