Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
0 answers
81 views

Parameter Info popup is extremely small and can’t be resized on macOS

I have an issue regarding the popup window size. When I press View Parameter Info (⌘P) in PhpStorm, the popup window that shows the function parameters is extremely small. Its height is about 20–30px, ...
0 votes
0 answers
34 views

Connect to SQLCipher encrypted SQLite database with Rider's built-in plugin

I'm trying to connect to my database through Rider but it doesn't work since I encrypted my database with SQLCipher. Tutorials say I should add these fields in the "Advanced" tab but that ...
0 votes
1 answer
184 views

How to use fancyimpute on PyCharm

I've installed fancyimpute on Anaconda with pip install fancyimpute through the Anaconda terminal but I use PyCharm with Anaconda as its interpreter. I couldn't find a way to use fancyimpute in ...
3 votes
1 answer
1k views

How to hide IntelliJ IDEA's "Background tasks" window using the keyboard?

IntelliJ IDEA's Background Tasks window can be shown by following Window → Background Tasks → Show in the main menu. But once it's open, I can only hide the window by clicking on the top right dash ...
2 votes
1 answer
4k views

You have background tasks running. Are you sure you want to cancel them and exit IntelliJ IDEA?

When closing IntelliJ 10, if I have tasks running in the background, I'm prompted with this question: So if I click "exit" does it mean that the IntelliJ will exit without cancelling the background ...
Tooling
1 vote
2 replies
41 views

PyCharm doesn't highlight problem files/directories in the files tree

I'm just amazed, but is there really no function for highlighting directories and files with problematic code? The thing is, in one of my projects, I used JS in PyCharm, and there is a linter called ...
0 votes
2 answers
227 views

JetBrains Aqua - Multiple HTTP Requests

I want to test one HTTP endpoint with thousands of different request bodies which I can generate in Excel. I also want to compare results (or results fields) to expected results which I will have in ...
2 votes
2 answers
8k views

Restore SQL Server database .bak file using Jetbrains DataGrip

I have a database backup file with .bak extension and I want to restore/ import this file to my SQL Server instance using Jetbrains IDE, i.e. DataGrip, Rider, IntelliJ etc. I have installed a plugin ...
0 votes
0 answers
17 views

Setting non-shared environmental variables in shared WebStorm Run Configs

I have a few shared Run Config files (they all run something like pnpm run xy). One of them needs to have a specific token in order to function correctly. This Run Config fails without the token, but ...
2 votes
1 answer
91 views

How to correctly set PyCharm 'Sources Root' when having few 'src' folders for few packages

I have a project with multiple packages, each containing its own src folder: project/ src/ package1/ pyproject.toml src/ logic/ somestuff.py mymodel1.py ...
3 votes
3 answers
729 views

How to decide how PhpStorm formats comments in TWIG code?

I recently lost my PhpStorm settings and am unable to recover them. Since this PhpStorm seems to format my code differently when I try turn a line into a comment. I do so by pressing : ctrl + /. I ...
72 votes
2 answers
37k views

Are VS code keybindings available for IntelliJ Idea/Webstorm?

I'm used to VS code shortcuts, is there anything way I can import vscode shortcuts for IntelliJ Idea.
1 vote
1 answer
1k views

How to create clickable links in comments for navigating to other files, methods, or classes in PyCharm (.py files)

There is already support for .md files to have clickable links to internal files For example: let's say I have a example.env file at project/repository root (awesome-project/example.env). Then I can ...
2 votes
2 answers
565 views

How do I use CLion TIP comment style documentation?

When I was learning C++ using JetBrains CLion IDE, I noticed there are comments in the code that looks different from Ctrl + / comments. Those comments have a pen and book gutter icon (documentation). ...
27 votes
1 answer
16k views

Git force push with IntelliJ IDE

I've searched the documentation and online also, but I can seem to find a way to do Git force push aka git push --force with IntelliJ, it is easy to do with the command line but how can you do it ...
1 vote
0 answers
38 views

How do I specify to WebStorm the canonical definition of the Vuex store?

Problem I have a Vue project that uses Vuex for state management. Parts of the Vuex store are often mocked in unit tests (Vitest). When Vuex stores are defined in both the main production code and in ...
5 votes
1 answer
706 views

How to set up JIRA as a generic task server in IntelliJ IDEA?

Looks like Atlassian have finally removed support for the classic JQL search REST API used by IntelliJ IDEA. Request failed. Reason: "The requested API has been removed. Please use the newer, ...
3 votes
2 answers
1k views

How do I set Data Source password from environment variable in DataGrip?

To connect to DB I have to make an API call to generate a token. Lets say I store this in environment variable $TOKEN. Now while setting up my data source in DataGrip, how can I tell DataGrip to read $...
6 votes
3 answers
1k views

How to share IDE layout in IntelliJ IDEA?

I'm frequently changing projects and creating new ones, but I have a big a project that I work on a lot. The IDE layout (view positions, sizes and docking) evolves as I use it more and more. I'm ...
6 votes
3 answers
3k views

JetBrains Rider makes a lot of whitespace changes when saving C# file

I am using JetBrains Rider 2019.1.1 with C#, and every time I alter a source file, git detects a lot of whitespace changes in ALL file that are very annoying. The files are from a repository, and I ...
46 votes
9 answers
10k views

Disable showing of run window in IntelliJ

In IntelliJ every time I make a change in code and I run the app afterwards, "run window" is automatically popped up. Is there any way to disable this annoying behaviour or how to make it less ...
2 votes
1 answer
701 views

Is there a way to use F1, F2, etc., as standard function keys only in IntelliJ on macOS?

I’m working on a Mac and I often use IntelliJ IDEA for development. By default, the F1, F2, etc., keys control system functions like brightness and volume. However, I’d like these keys to act as ...
0 votes
0 answers
57 views

CLion remote development: source environment variables before running remote or building

I have a big monorepo with many folders, each defining a project and they all get built for the same target devices. These target devices differ in system versions and for each system version, I use a ...
1 vote
4 answers
2k views

Why is there an extra space in console output of CLion?

There is a extra space (indentation) in the output of my code. The output should be: Enter your number: Enter your number: Enter your number: but that is not the case this, is the CLion 2019.1.2 ...
0 votes
1 answer
70 views

How to make dd ignore empty lines but yank to system clipboard and delete non-empty lines in IdeaVim?

I’m customising my .ideavimrc in PyCharm (2025.2.2, IdeaVim plugin) and want the dd command to behave smarter. Empty line (only whitespace): delete without yanking (black hole register). Non-empty ...
29 votes
2 answers
7k views

How to restore old commit dialog window in Android Studio?

Hi I installed Android Studio Canary. I cannot see the commit window, it is completely changed. I want to get the old version back without changing Android Studio. Here is my current commit window ...
16 votes
2 answers
12k views

How to excluder a folder from search and indexing (JetBrains IDEs)?

The question is about Rider, but I hope this setting is similar for all Jet Brain's Ides. I have several folders with js and css bundles. For example the folders are situated in wwwroot/buildjs and ...
2 votes
1 answer
111 views

I want my parenthesis to return to the line if I have an argument and the line is too long

I have set up IntelliJ so that it inserts a line break for each parameter, which I find makes it more readable and understandable. To do this, I use "Chop down if too long", which works ...
1 vote
2 answers
3k views

How do I switch my ReSharper license in VS 2017?

I'm a contractor and I just switched companies with which I'm working. They hand out to their devs ReSharper licenses. The problem is, I already have a personal ReSharper license that's expiring in ...
3 votes
0 answers
339 views

::deep selector is unknown pseudo selector in blazor application using Rider Jetbrains

I am trying to make css isolation for Blazors QuickGrid component. When I use the pseudo selector "::deep" it gives we the warning: " Unknown pseudo selector 'deep'". How can I fix ...
11 votes
2 answers
20k views

Startup Project Option in JetBrains Rider

I'm using JetBrains Rider. I have two classes in a project. They both have main methods. I'm getting an error saying "Program has more than one entry point". I cannot even find the "...
0 votes
0 answers
67 views

confused PyCharm project and submodule displaying structure when committing

background My original project structure is like this: 20240720 # project root ├── tests ├── vnpy # submodule ├── vnpy_clickhouse # submodule ├── vnpy_datafeed # submodule └...
0 votes
1 answer
80 views

WebStorm (IntelliJ, JetBrains) shows 'unused constant' warning even when constant is being used in TSX

I use Styled Components with Emotion and issue a "Unused Constant" alert, even though I actually use the constants defined above when I use them right below. This is not a warning from ...
10 votes
3 answers
6k views

How to view class structure, including inherited fields, in JetBrains Rider?

Is it possible to view all the methods and fields of a class, including inherited fields? Something similar to the structure view but include all symbols. Currently, I type this. and see all the ...
0 votes
0 answers
48 views

Any way to improve smooth scrolling in Android Studio or any other JetBrains IDE?

On macOS and Linux, scrolling anything in AS or any other JetBrains IDE like Intellij is absolutely unbearable. It scrolls an inconsistent range, and stutters all over the place which can make me miss ...
21 votes
10 answers
26k views

JetBrains Rider unable to detect UnitTests

I am using JetBrains Rider to run unit tests for a .net Core project. And for some reason, it is failing to recognize any of the test cases in the solution. These test cases were being detected before ...
0 votes
0 answers
45 views

Can I use wildcards or regex in PhpStorm Deployment Mappings?

In PhpStorm, under Tools | Deployment | Configuration | Mappings, is it possible to use wildcards or regex when configuring paths? jetbrains doumentation
1 vote
1 answer
125 views

CLion 2025.2.1 Terminal Tool Window Can't Display New Terminal

I'm using CLion 2025.2.1 on macOS 15. My CLion version: My terminal tool window is not launching the new terminal (with features like command completion and highlighting) that JetBrains has released. ...
51 votes
13 answers
145k views

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 ...
0 votes
1 answer
48 views

Run development IntelliJ plugin in something else than IntelliJ Community

I want to create a plugin for WebStorm or PhpStorm. I started by using the template by JetBrains, and my plugin works well when I click "Run plugin", as it launches in a development IntelliJ ...
1 vote
2 answers
170 views

Angular 19/20 Monorepo in JetBrains IDE

Starting with Angular 19 I keep getting errors like TS-992010: 'imports' is only valid on a component that is standalone. which I see others have fixed on VS Code by updating angular language service &...
-1 votes
1 answer
131 views

Editing the MCP servers to the JetBrains AI Assistant not via GUI

I'm new to JetBrains AI Assistant, and so far, I've used the GUI to edit MCP servers. I wonder if there is a settings.json file like in Claude Desktop that can be edited directly?
2 votes
2 answers
2k views

JetBrains DataGrip set field value to now()

I'm using DataGrip inside PhpStorm to access MySQL database. From time to time I need to update datetime fields with current time. For example TablePlus has the option to set field value to now() and ...
4 votes
1 answer
378 views

Error path not clickable in WebStorm terminal

I recently switched from VS Code back to WebStorm. There I have two different projects. Interestingly, in one of these I noticed that my error paths are not clickable and I am unable to interact with ...
2 votes
2 answers
395 views

Change font color on selected file in JetBrains IDE

How to change the color of the name of selected file in JetBrains IDEs like Rider and such? The closest setting to that I found was in "Version Control > File Status Colors". I hope to ...
1 vote
2 answers
129 views

Cannot run Sonar analysis on Kotlin source code using Gradle plugin in Jenkins

Using Sonarqube Gradle plugin version 6.2.0.5505 (latest: https://plugins.gradle.org/plugin/org.sonarqube/6.2.0.5505) , the analysis of Kotlin source code fails when running on my Jenkins instance, ...
26 votes
4 answers
12k views

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 ...
537 votes
7 answers
266k views

Git Stash vs Shelve in IntelliJ IDEA

I am very unfamiliar with the shelve aspect of Git (EDIT: not an aspect of Git, but rather IntelliJ IDEA feature of shelve). If stash is used to put aside unfinished work what is shelve then? What ...
1 vote
0 answers
71 views

.gif Compose Multiplatform (Android & iOS)

How can I display .gif images in Compose Multiplatform on Android and iOS? Coil supports gifs only on Android Using a native implementation with UIImageView on iOS doesn't work, since the gifs have a ...
3 votes
2 answers
2k views

How to make DataGrip default to using Manual transactions?

My team uses DataGrip to interact with production databases, and we'd like to enforce the use of transactions for all db changes. I know how to toggle on Tx: Manual, which then forces transactions for ...

1
2 3 4 5
57