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
22
votes
1 answer

How do I enforce LF line endings in Jetbrains Rider 2018.1

I'm frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files into CRLF files once I edit them. I haven't yet found a way to configure it the way I want. I would like to…
Robert
  • 1,710
  • 2
  • 18
  • 35
22
votes
4 answers

Shortcut key in PhpStorm to move to HTML end tag

Having a section of HTML tag:
/* a long long text */
Suppose the caret is at the begin of the tag
, is there any key to move the caret to the closing
? There is a similar concept on CSS (doesn't work on HTML) that works…
URL87
  • 10,667
  • 35
  • 107
  • 174
20
votes
2 answers

How to fix these warnings "External file changes sync may be slow" and "The current inotify(7) watch limit is too low" in IntelliJ Project in Ubuntu

I am getting two warning messages in IntelliJ IDEA when I am opening my project. 1. IntelliJ IDEA cannot receive filesystem event notifications for the project. Is it on a network drive? 2. The current inotify(7) watch limit is too low. NOTE: I am…
Rwitesh Bera
  • 389
  • 2
  • 3
  • 9
20
votes
2 answers

Why is it "dangerous" to synchronize on method parameter

My IDE (JetBrains IntelliJ IDEA) warns me about synchronizing on a method parameter even when it's always an object. The full warning reads: Synchronization on method parameter 's' ... Inspection info: Reports synchronization on a local variable…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
20
votes
2 answers

Hide Full Path Next to Project in IntelliJ?

I've been using IntelliJ, and I'm kind of annoyed by the full path being displayed next to the project name in the project view. I am aware that this question has been asked before, here. However, it is two years old and for AppCode, and I was…
Andi Gu
  • 900
  • 11
  • 20
20
votes
2 answers

pycharm analysis complete. One typo found. Where is it?

I use Pycharm 2016.1.4 (latest version at the moment) and it has a small box on the right top corner of the window (a checkbox if everything is correct). When you click on it, it tells you some information about warnings/errors/typos. Now that I…
Salvador Dali
  • 214,103
  • 147
  • 703
  • 753
19
votes
2 answers

Shortcut Key to copy full file path in JetBrains IDE (PhpStorm, PyCharm, WebStorm etc..)

Is there any Shortcut Key or Option to Copy the full file path on which you are working? Like: /var/www/html/code/info.php or /code/info.php Thanks
Surya
  • 454
  • 6
  • 15
18
votes
5 answers

Installing plugins in JetBrains Fleet

Hey guys I was trying out Fleet and really liked it but I had a hard time configuring it. I wanted to install a plugin but I couldn't find an option to add plugin anywhere. Does anyone know how to install plugins in JetBrains Fleet?
Ayush Ojha
  • 181
  • 1
  • 1
  • 3
18
votes
4 answers

The Specified SDK "Microsoft.NET.Sdk" was not Found

So I'm using Rider without Visual Studio installed and its working fine for .NET but for .NET Core I'm getting the error: Project 'Test2' load failed: Das angegebene SDK "Microsoft.NET.Sdk" wurde nicht gefunden. → (the specified SDK…
AlphaAxmet
  • 183
  • 1
  • 1
  • 5
18
votes
2 answers

PyCharm remote deployment: user name not being saved

Working with Professional edition of PyCharm, I'm trying to configure a server for remote deployment of my project over SFTP with OpenSSH + authentication agent as auth type. I have tried to configure PyCharm in Settings > Build, Execution and…
oczkoisse
  • 1,561
  • 3
  • 17
  • 31
18
votes
4 answers

JetBrains products not showing FN keys on touchbar

I have a Macbook with touchbar and wanted to set touchbar to always show FN keys for JetBrains apps. I have done it in preferences, same as for other apps. FN keys shows as default in those apps when they are in focus but not in the JetBrains apps.
Saša Šijak
  • 8,717
  • 5
  • 47
  • 82
17
votes
4 answers

decoding dwarf section info at offset 0x0: too short

I am using JetBrains GoLand and I am trying to debug my go file and I am getting the following error: decoding dwarf section info at offset 0x0: too short I tried to find an answer here at StackOverflow but unfortunately, I didn't get any…
Nir Berko
  • 1,368
  • 1
  • 13
  • 33
17
votes
1 answer

Lowercase first letter in Apache Velocity

I've got this code, which converts "dotted" string to camelCase in WebStorm File Template: #set($Controller_name = ${StringUtils.removeAndHump(${NAME}, ".")}) For example it converts foo.bar.test to FooBarTest. But what I need is to convert it from…
zorza
  • 2,814
  • 3
  • 27
  • 41
17
votes
2 answers

Pycharm error: Cannot determine module type ("WEB_MODULE")

I'm using Pycharm Professional 4.5.4 to develop a javascript project and was seeing some odd behaviour when opening the project in the browser. The project structure is something like /MyProject /data /images /python /etc …
jon_two
  • 1,073
  • 1
  • 23
  • 34
17
votes
4 answers

PhpStorm terminal shortcuts: switch tab, return to editor, etc. (Mac)

On opening PhpStorm's Terminal Tool Window, I would expect to be able to run commands like Ctrl + Tab to switch terminal tabs, or Cmd + 1 to open the Project Tool Window, but my keyboard is stuck inside the Terminal. Is there a way to release the…
Morgan Delaney
  • 2,349
  • 3
  • 20
  • 23