652 questions with no answers
-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
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 ...
0
votes
0
answers
60
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
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
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
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 ...
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 ...
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
184
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 ...
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
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 ...
0
votes
0
answers
25
views
Weird border in latest WebStorm + Material theme
Maybe someone know how can I get rid of this weird orange border in WebStorm. It appeared after latest WebStorm update, when old UI was no longer supported and I had to download classic UI plugin + ...
0
votes
0
answers
20
views
Plugin not found while building an ionic app on Android
I currently have an ionic app and everything works fine locally when I try to build, it generates the apk file fine.
But when I try to run it on my ci/cd to build the app and upload it, it fails. Here ...
2
votes
0
answers
284
views
JetBrains IntelliJ Gateway always download a new client when run Gitpod workspace
I use Gitpod for remote development environments on my Macbook M1.
Why does the JetBrains gateway always download the JetBrainsClient every time I run a workspace after a few hours?
Here is the ...
0
votes
0
answers
43
views
Why doesn't IntelliJ IDEA complete brace pairs?
My intellij IDEA doesn't complete the braces ({}) and it happens only inside methods (any methods, even Main). Outside any methods they complete as should. I don't have this problem with other ...
2
votes
0
answers
117
views
JetBrains HTTP Client load data from file
When using the HTTP Client (for .http files) in JetBrains IDEs is there some way to load data for a JSON property from a file?
Assume the following request:
POST {{Host}}/api/foos
Content-Type: ...
2
votes
0
answers
183
views
Is it possible to add an IntelliJ IDEA project icon to git version control?
In the new UI in JetBrains tools such as IntelliJ IDEA it is possible to set SVG icons for projects. I find this very helpful to quickly identify a project you want to open.
Is it possible to somehow ...
0
votes
0
answers
26
views
How to customize color scheme for completion popup
I am using the "Operator Mono" font, and I set default text to be Italic. Everything is fine except the font of completion popups is not italic
Settings > Editor > Color Scheme > ...
1
vote
0
answers
39
views
PyCharm associates the system interpreter with new folders opened as projects—how to disable this behavior?
For some time now, I’ve noticed that PyCharm automatically associates the system interpreter with every folder I open as a project for the first time. This isn’t the same as creating a new project—it’...
1
vote
0
answers
259
views
Setup Fleet for C++
I have a problem in running cpp file on fleet
It underlines all the code with red colour denoting syntax error although the code is correct.
I downloaded cmake and it made the compile_commands.json ...
0
votes
0
answers
38
views
Saving and restoring state of workspace for an upcoming plugin
I am trying to save the entire state of the workspace with the goal of restoring it at will.
I am able to do so with certain parts currently, but not all.
Following here is working to recreate the ...
0
votes
0
answers
20
views
Python JetBrains profiler fallthrough call a lot of time
I test the profiler in the JetBrains software for my Python application. I did that to evaluate the slow part of my code. Problem is, I check the statistics and I see that fallthrough appear 125 times ...
0
votes
0
answers
43
views
How to Add "Unedited/Unchanged Files" Scope When Searching in Files in JetBrains IDE (RubyMine)?
I'm using RubyMine, and I want to narrow my search to unedited files only. In the search window, I can see various scopes like "Project Files," "Open Files," etc., but there's no ...
1
vote
0
answers
39
views
Jetbrains Plugin Development for multiple IDEs
I created a plugin but it works just for IntelliJ, it does not run on PyCharm even if I could install it.
This is the section I wanted to add PyCharm support:
runPluginVerifier {
ideVersions.set(...