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
12
votes
1 answer

Changing default settings for Cmake configuration in CLion

In the settings for CLion, CMake only appears in Build, Execution, Deployment under project specific settings. It does not exist under Default Settings. Is there a way I can specify a universal CMake configuration such that it is available to all…
Huynh
  • 176
  • 1
  • 11
12
votes
1 answer

How to disable `ts` sources maps debugging

I'm trying to debug TS project. WebStorm automatically picks up source maps and show original ts files. I don't want to use source maps and debug generated js files. How can I disable usage of source maps in WebStorm? NOTE: this question is not…
Max Koretskyi
  • 101,079
  • 60
  • 333
  • 488
12
votes
1 answer

Does DataGrip by JetBrains support PL/SQL development?

JetBrains website displays multiple useful features of their Database IDE, including code generation as per https://www.jetbrains.com/datagrip/features/generation.html; However the website does not explicitly declare support for PL/SQL. Can any…
Daniel Micallef
  • 312
  • 1
  • 3
  • 13
12
votes
2 answers

WebStorm support for nesting CSS

I am using PostCSS and one of the important elements in PostCSS is CSS nesting. WebStorm doesn't like the syntax and highlights errors. Is there any solution for this issue?
Avi Zloof
  • 2,923
  • 4
  • 22
  • 28
12
votes
4 answers

How to add a custom library to a scratch file

In PhpStorm/WebStorm how can I add a custom library so that the file compiles? In my case it would be Lodash? I tried to add lodash to global libs but it did not help...
Amio.io
  • 20,677
  • 15
  • 82
  • 117
12
votes
1 answer

How to get Webstorm 11 to recognize ES2015 javascript in HTML script tags

I've been having trouble getting WebStorm 11 to recognize/highlight/parse ES6/ES2015 javascript when it's inside script tags in regular HTML. Can't find a setting that seems to apply to this. Thanks in advance for your time. For example, the…
12
votes
2 answers

Is it possible to launch more than one Webstorm instance using the command-line launcher?

Webstorm can be launched from the command line using the command wstorm. However, would it be possible to launch more than one instance? Usually, the second time I run wstorm, it doesn't open another Webstorm for me and does nothing.
Paolo del Mundo
  • 2,121
  • 13
  • 18
11
votes
7 answers

Showing compile error in IntelliJ-idea in editor

Showing compile error in IntelliJ-idea editor. mvn clean install When run it will build successfully and run code normally. But in editor its unable to resolve those import. Some of the import is showing correctly some of the import it's showing…
yugi
  • 834
  • 1
  • 15
  • 28
11
votes
1 answer

In JetBrains tools, how can I share IDE and project settings between multiple developers?

I love the JetBrains tools. But, I can't find a way to effectively share settings at the IDE level and the project level with team members. To date, I've followed instructions provided by an article on the JetBrains site, titled "How to manage…
MikeyE
  • 1,756
  • 1
  • 18
  • 37
11
votes
5 answers

PyCharm - can't use remote interpreter

Strange thing. I just can't use remote interpreters. I'm 100% sure I saw it before. WTF? I have configured ssh deployment connection and vagrant box. There is nothing interesting under more button. How to add remote interpreter? edit: screenshot…
voy
  • 1,568
  • 2
  • 17
  • 28
11
votes
1 answer

JetBrains IDE - Keyboard shortcut to jump to closing HTML tag

In JetBrains IDEs (such as WebStorm) is there a keyboard shortcut to jump to the matching end HTML tag or matching beginning HTML tag?
Casebash
  • 114,675
  • 90
  • 247
  • 350
11
votes
2 answers

Intellij - is there autocomplete for the type of a for loop?

like in eclipse, if you wrote a for loop like this: for (name : names) eclipse auto complete would let you add the type, so you'll get: for (String name : names) is there a similar feature in IntelliJ? normal auto complete CTRL+SHIFT+SPACE or…
11
votes
3 answers

Inserting data to MySQL from file (csv, sql) in PhpStorm

My situation is as follows. I have a remote database, which i can only access via ssh-tunnel. I promptly configured it as a Data Source in PHPStorm and everything works fine. However, i often need to operate moderately large tables (several millions…
Eternal1
  • 5,447
  • 3
  • 30
  • 45
11
votes
5 answers

Crash Jetbrains ide with Yosemite Mac osX (Webstorm, intellij)

This is a tip in reference to Yosemite ´s users (10.10). Yosemite erase 1.6 apple jdk and install 1.7, but JAVA´s IDE for example Intellij or Eclipse needs 1.6, if you haven´t reinstalled this version, your ide will crash at the beginning... after…
inane
  • 626
  • 10
  • 26
10
votes
0 answers

PyCharm how to set default refactor rename scope

PyCharm provides option to rename text in different scopes via Shift + F6. By default the rename scope is set to Project Files. Every time I need to rename something I have to either select current file in scope option or select exclude in…
B200011011
  • 3,798
  • 22
  • 33