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

JetBrains Rider run with watch

When I press run button in Rider (net core) it run the following command: /usr/local/share/dotnet/dotnet /pathtomyproject/myproject.dll But I need to run the project with the argument "watch", if I write this command in Rider Edit Configurations's…
Yuri Morales
  • 2,351
  • 4
  • 25
  • 52
16
votes
11 answers

PhpStorm Git keeps saying: no changes detected

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem with Git on NetBeans. With PhpStorm I create the project clicking Checkout from Version Control -> GitHub. After that, I created a file…
cuarti
  • 180
  • 1
  • 2
  • 10
15
votes
1 answer

prefer const literals as parameters of constructors on @immutable classes in android studio

In the following code, I'm getting inspection warning with 'prefer const literals as parameters of constructors on @immutable classes' and it's annoying. What should I do to make it go away? screenshot from ide Container( margin: const…
Shawn McCool
  • 151
  • 1
  • 1
  • 3
15
votes
2 answers

JetBrains Rider to stop opening diff tab on navigation

I am a huge fan of JetBrains Rider it is really adaptable to the tastes of most devs. I could not find settings to remove an annoyance from a specific navigation function. Navigating on the tree view of the git changes opens up a new tab to show the…
The Fabio
  • 5,369
  • 1
  • 25
  • 55
15
votes
1 answer

JetBrains: Sort a file alphabetically based on first letter of each line

Is there a way to do this in IntelliJ or PyCharm I have huge constants file and want to be able to easily read through it alphabetically.
Ray
  • 615
  • 7
  • 22
15
votes
2 answers

How to immediately see Swift errors in AppCode?

Is there a way to immediately see Swift errors in AppCode? On their website they talk about static code analysis, but nowhere could I find a claim that this happens instantly. When you type some Swift code in Xcode you usually see warnings, errors…
15
votes
1 answer

Run Java to Kotlin converter from the command line?

You can use the Kotlin plug-ins for Intellij and Eclipse to convert Java files to Kotlin. Can this conversion be done from the command line some how without either of these IDEs?
Travis Spencer
  • 2,231
  • 16
  • 26
15
votes
2 answers

Using jetbrains appcode IDE on Linux

In download page of Jetbrains website there is no download option for linux. I googled for "jetbrains appcode IDE on Linux". some peoples say "it's crossplatform". Is it possible to run jetbrains appcode IDE on Linux? I can't run it on…
ir01
  • 383
  • 1
  • 4
  • 13
15
votes
6 answers

Ftp uploading issues on phpStorm 7.1

Edit: It seems that after the last update this issue is no longer present, at least so far Whenever i try to upload a file i get a combination of the following errors and success at upload time. [5/20/14 7:20 PM] Upload to *** [5/20/14 7:20 PM]…
Lu Roman
  • 2,220
  • 3
  • 25
  • 40
14
votes
5 answers

IntelliJ IDEA doesn't start: Cannot load a JDK class: com.sun.jdi.Field

When I try to start IntelliJ I get a popup saying Cannot load a JDK class: com.sun.jdi.Field Please ensure you run the IDE on JDK rather than JRE. It's really strange because I've pointed the JAVA_HOME and PATH variable to the Java 11 JDK.
Cerus
  • 141
  • 1
  • 11
14
votes
1 answer

What data access do JetBrains third-party plugins have?

I'm considering installing a third-party plugin inside IntelliJ IDEA to add support for another programming language. I have to accept the following message. What access to my personal data does the developer of the plugin get? The vendor is a…
u17
  • 2,776
  • 4
  • 31
  • 43
14
votes
9 answers

Valid methods in being highlighted in red 'Unresolved Reference'

How to solve this problem? The program works. But the methods in Gogland are highlighted in red. Qt version 5.8 is added. Gogland (1.0 Preview) 1.0 EAP Build #GO-171.4694.61, built on June 27, 2017 Gogland EAP User Expiration date: September 25,…
Sergey Andrianov
  • 508
  • 1
  • 4
  • 13
14
votes
3 answers

Unresolved reference async/await in PyCharm

Sometimes in PyCharm 2017.1.4 with python3.6 async/await statements show as unresolved, although there aren't any errors and in next tab async/await not underlined as an error. Restarting fix this issue. How to fix that?
comalex3
  • 2,497
  • 4
  • 26
  • 47
14
votes
1 answer

WebStorm - Live templates - indicate the order of focusing the same variable

I am interested in if there is a mean to indicate where the writing the variable name should start e.g if I call this live template: console.log('$TEXT$', $TEXT$); ^ It will start writing from the first TEXT variable. I want to start…
Shota
  • 6,910
  • 9
  • 37
  • 67
14
votes
2 answers

CLion - GDB: current version is GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1; supported version is 7.8.x

I am trying to use CLion on Windows and I installed my environment using cygwin but I'm getting this warning in the settings. Moreover, it's almost impossible to debug because the debugger just stops showing debugger info in the middle.
Raghav Mehta
  • 203
  • 2
  • 14