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
0
votes
0 answers

WebStorm Mac OS navigate back ignore cursor position

Using WebStorm Build 2022.2.3 (#WS-222.4345.14, built on October 4, 2022), my Navigate Back shortcut (either keyboard ⌘[ or menu Navigate → Back), it seems as though the feature is working but ignoring the cursor position. So, if I navigate back to…
Charney Kaye
  • 3,667
  • 6
  • 41
  • 54
0
votes
1 answer

Problem with Rider IDE. Was digging into the settings and hid the menu

The menu with the code files and the compiler window on the right disappeared. Does anyone knows if it's possible to reset everything to factory settings so that everything comes back in advance?
cloudy
  • 3
  • 1
0
votes
0 answers

WebStorm auto vs relative imports in TypeScript

I switched to WebStorm from VSCode a bit ago and I'm loving it. I only wish auto-imports would work the same way they’ve always worked for me in VSCode: relative imports for sibling and child imports, otherwise absolute imports. Let’s say I have…
0
votes
0 answers

How to change color to tab divisor in PyCharm

How can I change color of this tab/window divider in PyCharm/WebStorm? Because when I change the theme to Dracula I lose it:
0
votes
0 answers

Display only relative path to project folder

How can I turn off the display of this full path to the folder, so that only the current directory where you are is shown? I couldn't find this option in WebStorm and can't find it in the documentation.
0
votes
0 answers

How is IntelliJ IDEA an executable (.exe) if it's a Java program running in the JVM?

I've heard that IntelliJ products (most of them at least) are developed via Java / Kotlin and run in the JVM. In one instance, I have observed IDEA and CLion throwing Java Exceptions, which does confirm the fact that these run via the JVM runtime.…
ruff
  • 71
  • 4
0
votes
1 answer

How to configure Debugger in CLion?

I downloaded CLion to develop applications in both C and Rust. However, I cannot run the debugger because I haven't configured the toolchains yet. This is what I see: On the CLion docs and YouTube, they already have the environment setup…
Nishant Jalan
  • 844
  • 9
  • 20
0
votes
1 answer

IntelliJ Plugin: Add entry to Git log branches context menu

I want to create a plugin that adds an entry to the context menu when the user performs a right click on the branches in git log. What is the corresponding group id? Currently I only have the item in the context menu of the commits:
Kewitschka
  • 1,445
  • 1
  • 21
  • 35
0
votes
0 answers

How to add docker compose project in JetBrains Rider?

Official docs says: If no Docker Compose support is configured in the project, you can enable it by right-clicking your project in the Solution Explorer and choosing Add | Docker Compose File Project configured as Console Application (.NET 7)…
imba
  • 1
  • 1
0
votes
0 answers

In my PhpStorm 2021.1.4 I can not find JetBrains Gateway?

With PhpStorm 2021.1.4 ( Build #PS-211.7628.25, built on June 30, 2021 ) I need to debug my remote PHP project on Ubuntu/Digital Ocean. Searching on the internet I found “JetBrains Gateway” referenced as decision of this issue:…
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
0
votes
0 answers

Apply inlay hints

I'm missing the ability to apply the suggested inlay hint. All I can do is disable hints. This happened after the latest update; messing around for a while now. Has anyone solved this? For some background; In typescript (Angular) you can add the…
Action_Turtle
  • 150
  • 11
0
votes
0 answers

Import .bak file to a database in DataGrip

I have a file with .bak file, I want to import this file in my DataGrip. I have installed the lib from JetBrains SQL Server Backup And Restore Link: https://plugins.jetbrains.com/plugin/13913-sql-server-backup-and-restore
0
votes
0 answers

How to add an access key in AWS? Menu item missing

I am trying to use AWS toolkit in a my NetBrains IDEs. To do this, I need an AdministratorAccess user with a set of access keys. I have followed this guide and am on 3. Create an access key for the user, if you don't have an access key for that user…
0
votes
0 answers

WebStorm does not update the project content

I pasted many files and folders in my project folder. The problem is that WebStorm is still using local history, and I cannot make the IDE refresh the content. Local changes does not affect the real file structure too. I used: Reload all from disk…
0
votes
0 answers

Unable to connect to local SQL Server database using JetBrains products

I'm having troubles trying to connect to a local SQL Server database on JetBrains products (DataGrip, PhpStorm...) although I'm able to connect using SQL Server Management Studio. The server name that I'm using on SSMS looks like this :…
naspy971
  • 1,137
  • 2
  • 13
  • 31