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

How to remove line-breaks using PyCharms Ctrl+Shift+J without adding semicolons (;)

I'm currently working on a project in PyCharm and I often find myself needing to remove line breaks for readability purposes. However, when I use PyCharm's Ctrl+Shift+J shortcut to join lines, it automatically adds semicolons to the end of each…
HussainBiedouh
  • 99
  • 2
  • 11
0
votes
1 answer

PyCharm 2023.1 unusable with code on network drives (previous versions were OK); any fixes?

The issue I run PyCharm Professional 2023.1 on Windows with miniconda. I need to write a combination of small(ish) scripts and notebooks, and I'd ideally need the code to be on a network drive. In some cases I'll use a local git repository for…
Pythonista anonymous
  • 8,140
  • 20
  • 70
  • 112
0
votes
0 answers

Turn off fade/transition animation on startup in JetBrains v2023 IDEs

Starting with IntelliJ, CLion, WebStorm etc. 2023 version there is some fade/transition animation during startup. How to disable it? I'm also using -Dnosplash=true in vmoptions to disable splash screen.
uptoyou
  • 1,427
  • 19
  • 24
0
votes
0 answers

How to stop exception breakpoint from propagating through stack

What happens in Rider IDE (.NET), and I guess in other IDEs as well, is that while debugging, an exception stops execution on the original line exception occurs, but after clicking on "Continue" the same exception message gets shown on every calling…
Desperado
  • 209
  • 2
  • 8
0
votes
0 answers

Check implementation of IntelliiJ inspections

I would like to create a custom inspection in IntelliJ. I found this official documentation from JetBrains: https://www.jetbrains.com/help/idea/creating-custom-inspections.html https://www.jetbrains.com/help/idea/search-templates.html However, I…
0
votes
0 answers

Create a naming convention in CLion with a regular expression

I want to "create a new naming convention" inside CLion. Basically I use camelCase or PascalCase for my project, but I want to be able to write acronyms or abbreviations in ALLCAPS. For example I want to be able to write class FPS or int componentID…
Tharteon
  • 58
  • 6
0
votes
1 answer

After the update to IntelliJ IDEA 2023.1, the build time of Spring Boot apps in a Docker container increased to more than double

My Spring Boot (Java) app is bundled in a Docker container. In IntelliJ I run and debug this app with a local run target. I use the option "Docker for Windows". In the previous IntelliJ (< IntelliJ IDEA 2023.1 (Ultimate Edition) version the…
Ben
  • 290
  • 2
  • 17
0
votes
0 answers

Set hard wrap for .css files in JetBrains WebStorm

I already know how to define a column to hard wrap code lines in .js files in WebStorm: Settings > Editor > Code Style > Javascirpt > Wrapping and Braces, ant then set Hard wrap at, Wrap on typing and Visual guides values, like shown in the…
fahico98
  • 135
  • 2
  • 11
0
votes
0 answers

How can I check the variable value in real time in the CLion?

I tried many debugging attempts in CLion but I couldn't find a way to check the desired variable or value in real time like stm32ide. Of course, there is a way to let it go over the break point and check the log as follows, but it is very…
0
votes
1 answer

Is there any way to have a hotkey similar to F5 in SSMS?

Trying out DataGrip, and I look the tool for SQL editing however I'm so used to SSMS that I'm pretty shocked that they don't have some type of similar hotkey option. All I am after is being able to execute code within my semicolon separators. Your…
0
votes
0 answers

PhpStorm file content not visible after changing to right owner

I use a program that produces files with owner root and without read access for other users in a PhpStorm project on Linux. If the file has been accessed by the IDE before (it suffices to have the folder opened in the project menu), even after…
0
votes
0 answers

An error was reported when starting PyCharm. It reports an error: java.lang.RuntimeException

I am sorry that my English is not very good and the following has been translated by means of translation software. When I start PyCharm, it reports an error: I have tried some a few things, but none of them worked: Uninstall it and reinstall…
0
votes
0 answers

JetBrains PhpStorm - comments have a lot of extra space?

I just moved from VSCode to PhpStorm. A small annoying thing is that when commenting a section (in a Blade file) PhpStorm adds a lot of (unneeded) space, which I have to go over and manually trim. This is a small thing, but give the amount of…
Wally
  • 705
  • 1
  • 9
  • 24
0
votes
1 answer

Rider file templates for UWP projects

JetBrains Rider does not have file templates for UWP Projects (Page.xaml, ResourceDictionary.xaml, UserControl.xaml etc.) I've tried to create the custom file template for UWP (Xaml (C#)) such as Page.xaml, but the associated code-behind class…
Denys
  • 15
  • 3
0
votes
0 answers

Is there a way to ignore all acronyms or patterns with JetBrains' spellcheck?

Similar to http://www.panozzaj.com/blog/2016/03/21/ignore-urls-and-acroynms-while-spell-checking-vim/ for vim, where you can mark a pattern for the spellcheck to ignore. I tried adding something like [A-Z]+ in the dictionary but it didn't seem to…
Wayne He
  • 3
  • 1
  • 2