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

Surround with method/function call in IDEA?

Is there any way to surround selection with an arbitrary method call? Ex: let say, you have return dx; and you want to quickly transform it into return Math.abs(dx); I'm aware of templates but then you have to hard code your surrounding(Math.abs in…
Ghedeon
  • 1,643
  • 1
  • 18
  • 30
47
votes
6 answers

How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?

In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?
Simon Su
  • 2,143
  • 6
  • 20
  • 21
46
votes
9 answers

PhpStorm not showing project files in project view

After I had installed PhpStorm and created a project from an existing source files, The project pane is not showing any file from the directory. So how can we solve the problem?
Muhannad A.Alhariri
  • 3,702
  • 4
  • 30
  • 46
46
votes
9 answers

Auto errors detection in IntelliJ IDEA

I am new to Java programming language and the IntelliJ IDEA 2017.1 IDE. I just installed the IDE and I activated all the various inspections but the IDE is unable to detect the errors any time I make a mistake such as omitting a bracket or a…
Prince Lionel N'zi
  • 2,510
  • 2
  • 12
  • 27
45
votes
11 answers

SDK Resolver Failure - Net 7 - Net 6

Just downloaded and installed SDK Net 7.0.100 and it broke existing applications and they won't load any more in VS 2022 or Rider. Copied the follwing error: error : SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildSdkResolver"…
David
  • 583
  • 1
  • 4
  • 6
44
votes
4 answers

IntelliJ Find Action on Mac opens terminal app by error

When I press Cmd + Shift + A in IntelliJ it should open the "Find Action..." dialog. Instead it opens Terminal.app with the apropos command. How can I resolve this problem?
Alex
  • 8,518
  • 4
  • 28
  • 40
43
votes
1 answer

What is the 'Resource Root' designation for in PHPStorm? For that matter, what does PHPStorm consider to be a resource?

Maybe I'm being thick, but I fail to understand what the 'Resource Root' button/designation is for when creating a project in PHPStorm. Having looked at the PHPStorm documentation on the topic, the only explanation I've found is a variation on the…
Agi Hammerthief
  • 2,114
  • 1
  • 22
  • 38
43
votes
3 answers

How to disable escaping when copy and pasting in IntelliJ?

When I copy and paste string text into quotes Intellj always escapes certain characters like ", etc,. How can I disable this annoying feature?
genxgeek
  • 13,109
  • 38
  • 135
  • 217
40
votes
1 answer

IntelliJ autocompletion replacing the subsequent word

I've been using IntelliJ for a while now, but there's always been something that bothers me. Its to do with the autocomplete feature. This gif should be enough to illustrate. In essence, when typing a word next to another one (that is with no…
claudehenry
  • 736
  • 8
  • 17
40
votes
5 answers

JetBrains Resharper 9 Ultimate Test Runner error: NUnit.Core.UnsupportedFrameworkException: Skipped loading assembly {MyAssembly}

This seems to be an error with the JetBrains Resharper 9.1 Ultimate Test Runner referencing an older version of NUnit. I am using NUnit 3.0 in my assembly. [Window Title] Unit Test Runner [Main Instruction] Unit Test Runner failed to run…
Pouya Barrach-Yousefi
  • 1,207
  • 1
  • 13
  • 27
37
votes
5 answers

How to add CLion icon to desktop in Ubuntu

I am using Ubuntu and CLion 2016.1. I installed it by downloading tar.gz archive. Now I have such CLion-2016.1/bin folder. For launching Clion I run ./clion.sh. How can I add CLion icon to desctop?
Kenenbek Arzymatov
  • 8,439
  • 19
  • 58
  • 109
37
votes
4 answers

How to disable special naming convention inspection of PEP 8 in PyCharm

I installed PyCharm and enabled pep8 checks in Inspections. If I write: def func(argOne): print(argOne) The IDE shows me this warning: Argument name should be lowercase There is no option to ignore only such inspection. I cant find such error…
ya_dimon
  • 3,483
  • 3
  • 31
  • 42
36
votes
4 answers

Show .idea folder in PhpStorm project tool window

PhpStorm hides the .idea folder in the project tool window by default. However, I'd like to show it in order to inspect the files and add/edit a .idea/.gitignore file to include and exclude specific files from version control. I have searched for…
aimfeld
  • 2,931
  • 7
  • 32
  • 43
35
votes
5 answers

Jenkinsfile syntax highlighting in PyCharm Idea

I've been looking an so far have been unable to find any way of enabling syntax highlighting for jenkinsfile in PyCharm. Does anyone know of a method to do this? I am specifically using scripted pipeline.
35
votes
4 answers

Pycharm asks me if I want to add .idea\vcs.xml to Git

When using Pycharm I got a popup out of nowhere asking me if I wanted to add this file to Git, and noting that I could do it manually later if I wanted. What is this file, and why is this recommendation being given to me?
Stephen
  • 8,508
  • 12
  • 56
  • 96