Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
18 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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(...

1
2 3 4 5
14