2,815 questions
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
31
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 ...
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
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
...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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. ...
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 ...
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 ...
5
votes
1
answer
705
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, ...
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?
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 ...
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, ...
-2
votes
1
answer
68
views
What’s the difference between the “Float” and “Window” view modes for tool windows in JetBrains IDEs?
I can detach any tool window (e.g. Run, Terminal) by picking View Mode ▸ Float or View Mode ▸ Window from the gear icon.
Both put the panel outside the main frame, but I can’t figure out how they ...
1
vote
1
answer
158
views
Clion repeatedly failing to recognize CMakeLists.txt of cpp file
I am using the Jetbrains CLion app to code. Recently, all of my projects started displaying
This file does not belong to any project target; code insight features might not work properly.
However, I ...
1
vote
1
answer
95
views
Missing 'Server' tab in IntelliJ IDEA when running Tomcat application
I'm trying to run my Tomcat application, but I don't see the 'Server' tab in IntelliJ IDEA. In normal run mode, only "Tomcat Catalina Log" and "Tomcat Localhost Log" are visible, ...
-1
votes
1
answer
780
views
How to define custom guidelines/rules for JetBrains AI Assistant
I'm looking to configure custom guidelines or rules for the JetBrains AI Assistant in my IDE.
I was able to define guidelines for JetBrains Junie in .junie/guidelines.md.
My questions:
Do the Junie ...
0
votes
0
answers
21
views
Open a diff tab in JetBrains plugin without activate it
I try to open a diff view with code:
FileEditorManager.getInstance(project).openFile(ChainDiffVirtualFile , false)
The second parameter is set to false, but the tab is still opened and it defaults to ...
0
votes
0
answers
287
views
JetBrains Gateway connection to CLion fails: "error occurred while executing command: host-status"
I'm using JetBrains Gateway v2025.1.2 on a Windows machine, to connect to a CLion 2024.2.0.1 installation on a Linux machine.
I get as far as seeing a list of possible projects I can connect to on the ...
0
votes
1
answer
321
views
Amazon Q Developer - MCP context7 initialization timed out
I am trying to add the context7 MCP server to Amazon Q chat in my Webstorm IDE.
According to Amazon's docs, and context7's docs I believe I have done everything correctly.
This is what the generated ...
1
vote
0
answers
1k
views
How to stop empty JCEF log files from being created in my user directory on macOS (JetBrains IDE)?
I'm using a JetBrains IDE (IntelliJ IDEA) on macOS, and I’ve noticed that empty jcef.log files are repeatedly generated in my user directory (e.g., ~/).
From what I understand, these logs are produced ...
0
votes
0
answers
64
views
IntelliJ plugin - Package 'com.redhat' is not found
My IntelliJ platform plugin won't verify because it can't find Red Hat lsp4ij dependency (or actually the whole Red Hat org).
Project repo
Support request on JetBrains
Possible related issue
...
0
votes
0
answers
46
views
Is It Possible to open the PhpStorm Keymap window using a keyboard shortcut?
I want to open the Keymap window directly in PhpStorm using a keyboard shortcut, without going through Settings > Keymap or without using the quick action menu.
I know this is possible because the ...
0
votes
0
answers
39
views
Optimize imports on save AND avoid-using-wildcard imports contradict themselves
I do not want to use wildcard imports in my project. Because of that, I did the following:
Preferences (⌘ + , on macOS / Ctrl + Alt + S on Windows and Linux) > Editor > Code Style > Java > ...
0
votes
1
answer
167
views
YouTrack GitHub integration fails with 401 Unauthorized using valid token
I try to set up docker container with jetbrains youtrack and github intergration:
repository url i paste: myuser/myrepo
since the full url returns:
Invalid repository path format: https://github.com/...
1
vote
0
answers
47
views
Persian typing issue in PhpStorm - any fixes?
When I try to type Persian text in PhpStorm (I'm using the latest version as of this post), the behavior is quite inconsistent. Some of the problems I've noticed include:
Characters do not appear ...
0
votes
0
answers
60
views
Interactive Markdown rendering with LaTeX and copy button
I'm working on an AI code assistant plugin (think Cursor-lite) and I've hit a roadblock that's driving me crazy. Hoping someone here has dealt with something similar.
One of the features I'm working ...
0
votes
0
answers
182
views
Where should I install plugins when using Jetbrains IDEs with "remote" development on WSL
The settings menu for PhpStorm has the entries "Plugins (Host)" and "Plugins (Client)" when I'm connected to a project I have in WSL. Where should I install extensions? It seems ...
1
vote
1
answer
39
views
How to turn on 'Click to see difference' RubyMine pop up window to compare JSON in test runner
I am using minitest for testing in RubyMine and want to work out how to turn on the 'Click to see difference' comparison window for failed tests so that I can read JSON more easily.
In the past I ...
1
vote
1
answer
153
views
PyCharm 2025.1 Jupyter kernel fails on import torch with ImportError: libnccl.so.2, but same virtual-env works in terminal
I am running into the weirdest error.
Using PyCharm's Jupyter Notebook IDE (2025.1) I get the following error when I run import torch
-------------------------------------------------------------------...
0
votes
1
answer
99
views
Configure WebStorm IDE setting to always open in separate window
A couple of IDE updates ago I noticed my IDE settings started opening as a tab in Editor window. I didn't find a solution or any mentions of this specific problem in Google. :(
To open IDE settings I ...
2
votes
1
answer
2k
views
Why does Connection closed happen with StdioServerTransport, even though it works in VSCode?
I'm working on a tool using ModelContextProtocol in C# (.NET 8), and I'm hitting a frustrating issue when trying to run my MCP server from JetBrains Rider.
Here's the setup:
My Program.cs uses ...
0
votes
0
answers
17
views
Spacer live template
When I try to add a live template for a spacer like
Spacer(
modifier = androidx.compose.ui.Modifier.size($DP$.dp)
)$END$
i get
Spacer(
modifier = size(.dp)
)
...
-2
votes
1
answer
171
views
When i start and run a project on Rider a specific window opens, i dont know why or what it is, and how to stop it?
When i start and run a project on Rider a specific window opens, i dont know why or what it is, and how to stop it? rider doesnt care what type of project it is it always opens this. Im on a Macbook ...
0
votes
0
answers
24
views
Selection of the current line with a shortcut in WebStorm (entire line) [duplicate]
I need to select the current line with a shortcut, entire line. I found Shift + Home and Shift + End which works but not precisely how I need it to work. I mean, if the caret is not in the first ...
0
votes
1
answer
81
views
PhpStorm freezes on startup with 400+ TypeScript files
I am having an issue where the IDE freezes on startup when having a project open.
It seems the issue is related to the problems in the 400+ TypeScript files, as it freezes after starting to try and ...
0
votes
1
answer
242
views
Can I use or integrate "include-what-you-use" in CLion?
I'm using JetBrains' CLion IDE. I would like to apply the include-what-you-use utility to some C++ code - but not just manually on the command line; rather, I want to go through CLion, and have the ...
0
votes
1
answer
65
views
Rider Code Cleanup Auto Indenting on Comments
Does anyone know how to stop Rider's code cleanup tool from affecting the indentation of comments?
For reference whenever I use the code cleanup feature it changes this:
switch (PlayerController->...
0
votes
1
answer
258
views
Jetbrains IDEs like Rider suddenly have italic menu font
Recently noticed my Jetbrains IDEs (e.g. Rider, Pycharm) use an italic font for all menus (not for the code itself). Is that intended? I can't remember having that changed myself.
Couldn't find an ...
1
vote
1
answer
57
views
Can I refactor a child class to "merge in" it's parent class in PhpStorm?
I'm looking for a way to automate the "merging" of two classes in PhpStorm, essentially removing a parent class from a grandparent->parent->child chain.
For example, here's my initial ...
0
votes
0
answers
46
views
WebStorm IDE typing probloem
I have an incredibly annoying problem when using WebStorm IDE.
When switching the keyboard layout and trying to type something in uppercase, or put brackets, or quotes, anything that requires holding ...
0
votes
0
answers
11
views
How can I make the description pane appear in atomic kotlin course
I want the description pane to appear in kotlin
https://imgur.com/a/Hd2Z4Cn
0
votes
0
answers
33
views
WebStorm: how to ignore node modules when using 'go to declaration or usages'
I have recently installed a new version of WebStorm (2024.3.4). I am working on a mono repo in which each package is linked through the node_modules folder. Previously (WebStorm version 2024.1.4), I ...