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
10
votes
4 answers

DataGrip view JSON in pretty

Is there a way to view JSON in a pretty format with lines wrapped when selecting the column in DataGrip? In MySQL Workbench there's a nice option of "Open value in Editor". The "Edit Maximized" does not wrap or fit in screen. DataGrip: MySQL…
John Jai
  • 3,463
  • 6
  • 25
  • 32
10
votes
1 answer

Change app icon of exe in JetBrains Rider

I searched the IDE and online but didn't find anything so I'm asking: Is there any way to change the application icon of the executable file for the current project in JetBrains Rider?
lukger
  • 404
  • 3
  • 11
10
votes
2 answers

Different highlight style for ESLint errors in WebStorm

I'm using WebStorm 2017.3 and ESLint. I'm wondering: is there a way to customize ESLint errors highlighting so I will be able to distinguish the WebStorm's errors (there is no closing bracket) and ESLint 'errors' (there should be a space before the…
Anton Y.
  • 111
  • 5
10
votes
5 answers

PhpStorm: How to export deployment settings from a project to another one?

I need to export my deployment settings from a project to another one. How can I do this? I tried to export all the settings [File -> Export Settings...] and import them into the new project but I have no configuration available in the Deployment…
rvandoni
  • 3,297
  • 4
  • 32
  • 46
10
votes
1 answer

How to change number format in DataGrip table editor

I'm wondering, why DataGrip not respecting local number format separators, when editing table values. Here in Germany our decimal separator is a comma, not a dot. And so I can't use my keypad to edit numbers. Has anyone a idea, how to change number…
Steffen Maucy
  • 132
  • 1
  • 7
10
votes
1 answer

IntelliJ null check warnings

I often have code like this: protected @Nullable Value value; public boolean hasValue() { return value != null; } the problem with this is that when I do null checks like so: if (!hasValue()) throw... return value.toString(); then IntelliJ will…
ycomp
  • 8,316
  • 19
  • 57
  • 95
10
votes
2 answers

JavaScript variable color in JetBrains WebStorm

Why JS variables have different colors in JetBrains WebStorm 2016 ? There are no significant differences between express, path, favicon... variables: I use them all in the code. Do these colors mean something, is it normal behavior of WebStorm? If…
Serob_b
  • 965
  • 12
  • 29
10
votes
1 answer

How to run the whole project in GoLand?

I have a small project with several .go files. When I run main.go only this compiles but nothing else, so my application crushes. I understand that I have to change settings in Run -> Edit Configurations, but don't know what to do exactly. IDE also…
Roman
  • 459
  • 1
  • 8
  • 17
10
votes
1 answer

PhpStorm File Watcher for SCSS stopped working

The File Watcher suddenly stopped working and producing the error below: Automatic upload: check for related changes from File Watchers took too much time and was cancelled. Here's my watcher settings: The full Arguments field value: --no-cache…
Jed
  • 1,664
  • 8
  • 33
  • 65
10
votes
5 answers

ReSharper cannot resolve symbol

I'm currently building an ASP.NET 5 (ASP.NET Core 1.0) MVC application. I'm using Visual Studio 2015 with ReSharper Ultimate 10.0.2. I currently have a 2-tier layer solution which consists of a Www (web application) and a Services layer. The Www has…
Rhys
  • 2,055
  • 2
  • 18
  • 23
9
votes
3 answers

How do I add environment variables in IntelliJ Spring Boot project

I Am trying to add an environmental variable inside my spring-boot application.properties file. I know how to add it normally on a non spring-boot project, but I cannot find the field for adding environment variables, this is all I see: This is my…
SomeOnionGamer
  • 203
  • 1
  • 4
  • 8
9
votes
2 answers

Kotlin extremely slow compile time

Why is compiling and running Kotlin extremely slow (at least on my machine)? I have the latest version of Kotlin compiler installed on my machine. Specifically the command: kotlinc main.kt -include-runtime -d main.jar && java -jar main.jar It's so…
Kingvert
  • 101
  • 1
  • 6
9
votes
0 answers

Unable to update Android Studio Arctic Fox mac book pro m1

some conflicts below do not have a solution, so the patch cannot be applied. contents/jre/contents/home/frameworks/javaNativeFoundation.framework/Version/A/._JavaNativFoundation.tbd
9
votes
2 answers

Debug Docker with Rider: Exited with code 244

Sorry if this question was already asked but I couldn't find any instance of "Exited with code 244". I'm trying to debug my docker images, we have a few and they work completely fine when you just run, the container is built and you can access them…
Daniel Maiochi
  • 607
  • 6
  • 16
9
votes
4 answers

IntelliJ could not initialize class org.jetbrains.jps.builders.JpsBuildBundle

I'm using IntelliJ for a Spring Boot application made with the Spring Boot Initializr. Added are two dependency's: Spring Web and REST Repositories. Now that I try to build the main class, I get an error saying: Could not initialize class…
Kevin Kentie
  • 107
  • 1
  • 1
  • 6