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
27
votes
3 answers

IntelliJ IDEA braces, brackets and quotes customize color highlighting

How to change color of brackets when they are selected ?
Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69
25
votes
4 answers

Refactor aliased @ imports to relative paths

In modular environments that use Webpack, TypeScript or other tools that transform ES module imports, path aliases are used, a common convention is @ for src. It's a frequent problem for me to transform a project with aliased absolute…
Estus Flask
  • 206,104
  • 70
  • 425
  • 565
25
votes
2 answers

What is a purpose of Lambda's with Receiver?

What is a purpose of Lambda's with Receiver in Kotlin, while we have extension functions ? Two functions below do the same things, however first one is more readable and short: fun main(args: Array) { println("123".represents(123)) …
uptoyou
  • 1,427
  • 19
  • 24
25
votes
3 answers

NDK integration in Android studio

Today I updated my android studio to 1.3 and I enter the NDK (android-ndk-r10e NDK version) path in local.properties (ndk.dir=C:\AndroidNDK\android-ndk-r10e\android-ndk-r10e) but I got this error. Error:Execution failed for task…
user1517638
  • 972
  • 1
  • 10
  • 16
24
votes
1 answer

Using JetBrains Rider, is there a way to see elapsed time when debugging?

In Visual Studio, you get this when you step over a line while debugging: I can't seem to find an equivalent in Rider. Is there something like it?
Andrio
  • 1,852
  • 2
  • 25
  • 54
24
votes
1 answer

Add launchers dir to the PATH

While I am installing IDEs from JetBrains, in installation options I can "add launchers dir to the PATH", what does it mean? Cannot understand what does it mean exactly.
user11251053
24
votes
2 answers

React with JetBrains WebStorm auto import with absolute path instead of relative

I'm doing various projects in React.js with using awesome WebStorm by JetBrains. Every time I type an existing component name WebStorm imports it automatically for me, which is awesome, but it is doing so by its relative path based on the file I'm…
Cristian Rojas
  • 2,746
  • 7
  • 33
  • 42
24
votes
1 answer

How to display current mode IdeaVIM is in?

I would like to see which Vim mode I am currently in while using IdeaVIM in PyCharm, or any other JetBrains IDE. It happens that I select a single character with the mouse (e.g. accidental double-click on a single letter) and the cursor then…
pnd
  • 422
  • 5
  • 13
24
votes
6 answers

In CLion, how can I rename a project?

I try to rename my project from encoding to Tutorial, but after I refactor directory name, it comes out an error, like: Error: CMakeLists.txt not found in D:\code\encoding I find that files in .idea directory don't change automatically, they are…
anjouslava
  • 251
  • 1
  • 2
  • 7
24
votes
8 answers

RubyMine Unit tests - Test Framework quit unexpectedly

When I try to run the tests from within RubyMine I have an issue. But what is strange is that it work fine when I run the tests from the command line. "Test framework quit unexpectedly" /usr/local/rvm/rubies/ruby-1.9.3-p392/bin/ruby -e…
user2037696
  • 1,055
  • 3
  • 16
  • 33
23
votes
3 answers

IntelliJ: How to change background color of Project Folder window?

I am using IntelliJ IDEA 2017.1 (latest at this time) and am using the dark theme ("Darcula"). The editor window background color can be changed from Settings as per your preference. Though I haven't found a way to change the look-&-feel of the…
Vik
  • 395
  • 2
  • 4
  • 8
23
votes
2 answers

How to edit user privileges with JetBrains DataGrip?

How can I edit user privileges of some MySQL servers with JetBrains DataGrip?
iizno
  • 829
  • 1
  • 9
  • 28
23
votes
1 answer

How to change PyCharms docstring autocomplete?

I have been programming in PyCharm for a little while now and I like it just fine however there is one little thing that is nagging at me, when I go to generate a new docstring for a function that I have defined PyCharm will autocomplete the…
James Draper
  • 5,110
  • 5
  • 40
  • 59
23
votes
4 answers

Jetbrains "Warning: not all local changes" may be shown due to an error: svn: E204899: Cannot read from {path_to_temp_files}

Getting error Jetbrains "Warning: not all local changes" may be shown due to an error: svn: E204899: Cannot read from {path_to_temp_files} when trying commit my files, how can I add Jetbrains SVN user to www-data apache group in ubuntu.
Marty Aghajanyan
  • 12,651
  • 8
  • 35
  • 37
22
votes
2 answers

How to git stage changes in JetBrains IDE or similar functionality

How to add files to git stage in JetBrains Rider? Is this feature implemented? If it's not implemented then in which window can I look through the staged files which I've staged using some external tool? [UPD]: The use case is to hold separately…
Tsagana Nokhaeva
  • 630
  • 1
  • 6
  • 25