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
0
votes
0 answers

Filtering Intellisense in Rider

In Visual Studio, you can filter IntelliSense (code completion options) using filters (namespace, properties, methods, etc...). Is this also possible in JetBrains Rider IDE?
user19187727
  • 169
  • 9
0
votes
2 answers

How to share deployment configurations between different projects in PyCharm automatically?

The only way I can see to do this is to manually write the fields all over again with the + sign. Surely PyCharm is storing this deployment data somewhere and I can just load the deploymen data again, right? How do I share this info btw…
Charlie Parker
  • 5,884
  • 57
  • 198
  • 323
0
votes
0 answers

JetBrains settings not syncing from Intel to Apple IDEs

I've recently migrated from an Intel to an M2 MBA and my JetBrains IDE settings are not syncing from my Intel executables to the Apple Silicon versions. I have full settings sync (across all IDEs) enabled, and am logged into my account in all IDEs,…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
1 answer

PhpStorm. Highlight file in project tree on inspection error (e.g. Strict type checking rules violation)

Is it possible to highlight a file in the project tree on inspection error (e.g. Strict type checking rules violation) in PhpStorm? I would like to highlight it as a serious error. Couldn't find anything in settings and documentation. Now it just…
0
votes
0 answers

Are there are any good solutions for comment alignment?

I like aligning the code like this test.memberName = "dough"; // Name of the Member field. test.age = 34; // Name of the Member field. To this: test.memberName = "dough"; // Name of the Member field. test.age = 34; // Name of the…
0
votes
0 answers

Any way to force JetBrains CLion to not request CMakeLists.txt?

Using CLion, but not for doing CMake stuff. How do I work on a C, C++ or Arduino project WITHOUT having to get the error: CMakeLists.txt not found in /Users//Documents/BlaBla/MyProject Select CMakeLists.txt [Failed to reload]
Andrew Ward
  • 171
  • 2
  • 13
0
votes
0 answers

How to use Kotlin compiler library to analyze external project

I have a problem with processing Kotlin source code via kotlin-compiler-embeddable. I need to obtain PSI class representations for all classes in an external project, build them, and get BindingContext, but I can't find any examples. I would like to…
mwwojcik
  • 31
  • 1
  • 6
0
votes
0 answers

PyCharm Scientific Mode select all in cell

I was searching for a specific shortcut in PyCharm but could not find it. I'm in Scientific Mode (which is different from the Jupyter notebook mode). I'm looking for a keyboard shortcut that can select all code in the current cell. Each cell is…
rishai
  • 495
  • 3
  • 15
0
votes
0 answers

Why is code generation not detected by the Rider analyzer

I have a problem and I don’t know how to solve it. I downloaded rider and now places where code is generated are marked as an error. How to solve this problem? However, the project is going and working Trying to find a solution in the settings did…
0
votes
0 answers

I can't change maximum heap size in PhpStorm

Going to PhpStorm settings and try to change memory settings doesn't effect. Currently I put 4048M, but it still set at 1024M. In phpstorm64.vmoptions the following settings: -Xmx4048m
Malzeriy
  • 127
  • 2
  • 13
0
votes
1 answer

Override default npm install from InitelliJ IDEA

Is there a way to override the default npm install script proposed by IntelliJ, I mean the one that appear as a notification when your package.json change or the one from the context menu when you right click the package.json. I would like to add an…
Ellone
  • 3,644
  • 12
  • 40
  • 72
0
votes
0 answers

IntelliJ won't open on Mac: error message displays "This application "IntelliJ IDEA" can't be opened."

I have been using IntelliJ for about 6 months now on my Mac and it has always worked perfectly fine. For context, I have also been using PyCharm without any problems as well. Now, whenever I try opening IntelliJ, I only receive that error…
0
votes
1 answer

How to set RubyMine's default working directory to the executing .rb program's subdirectory?

In RubyMine, I have a project with many subfolders, each of which contains: One or more standalone single-file executable Ruby programs (.rb files); An input text file. In older versions of RubyMine, when running one of the standalone executable…
Jon Schneider
  • 25,758
  • 23
  • 142
  • 170
0
votes
0 answers

Keyboard shortcut to navigate between project errors In WebStorm/PhpStorm

How to use the keyboard to navigate between Project Errors in WebStorm or PhpStorm? Namely - TypeScript errors that appear in the "Project Errors" panel. I know how to navigate between errors in the current file (with F2), but couldn't find a way to…
obe
  • 7,378
  • 5
  • 31
  • 40
0
votes
0 answers

TypeScript error in WebStorm but not Babel build

I'm using webpack and Babel to build my React app. This works fine, however, annoyingly WebStorm shows the following error. TS2802: Type 'Set ' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015'…
Rob H
  • 36
  • 3
1 2 3
99
100