2,817 questions
-1
votes
0
answers
18
views
RubyMine: Custom JS Version (ideally ECMAScript 2022)
I'd like the rubymine builtin warnings/linting/etc.. to follow the ECMAScript 2022 version. For instance, I want it to recognize that Error can take a second argument like
new Error("Wrapped ...
0
votes
0
answers
55
views
+50
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
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 ...
1
vote
0
answers
40
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
1
answer
71
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 ...
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
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
0
votes
1
answer
82
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 ...
5
votes
1
answer
717
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
votes
1
answer
133
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
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, ...
1
vote
1
answer
163
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
votes
1
answer
809
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
295
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 ...
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
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
1
answer
171
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/...
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 ...
1
vote
1
answer
40
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 ...
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 ...
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)
)
...
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
246
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
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 ...
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 ...