2,817 questions
1
vote
1
answer
290
views
JetBrains WebStorm/IntelliJ IDEA GitLab MR bug
Recently, I've tried making a Merge Request to my self-hosted GitLab instance, and I keep getting an error that a merge request already exists for that, and links me to a closed and merged merge ...
0
votes
0
answers
320
views
Angular 17 template code completion not working in PhpStorm 2024.1.1
I migrated project to Angular 17.3.6. Also updated PhpStorm to 2024.1.1 and there is recent Angular plugin. I cannot get IDE to provide code completion in Angular templates. Also it doesn't recognize ...
0
votes
1
answer
201
views
Scratch files have disappeared on Android Studio upgrade
I had recently updated my Android Studio to Jellyfish from Hedgehog via Jetbrains toolbox on my mac. And now all my scratch files that I had are now disappeared. Is there any way where I could ...
0
votes
1
answer
34
views
Diff working tree of currently open tab with HEAD without going to commit pane
When I am working on a file that is modified, and I want to view the changes, currently I go to the commit pane, select the file in question, and do a Ctrl + D to view changes of the working tree ...
0
votes
1
answer
90
views
disable change .ts to .js on autocomplete
[webstorm] How to disable the behavior of changing .ts to .js on autocomplete ?
Pure TS project (without generating any .js files, which already transform by esm loader)
0
votes
1
answer
49
views
Repetition in Structural Replace in PhpStorm
I'm working on quite old project and I would like to do some small refactoring.
I have an if statement with condition like
if ($a == 1 || $a == 2 || b == 3)
and I want to replace it (or better write ...
0
votes
2
answers
157
views
IntelliJ almost not running
I've been having this problem for several days now and I really don't know what to do because I'm kinda beginner at this. IntelliJ is building very very slow! Almost as if it is not running.
I have ...
0
votes
1
answer
5k
views
JetBrains Gateway: Cannot connect to remote host: Connection refused: no further information
I can't connect to JetBrains CLion (2024.1) using JetBrains Gateway (2024.1). Trying to connect to a Linux machine from a Windows machine to use CLion IDE remotely. Error pops up when correct IP ...
1
vote
1
answer
188
views
Fast scrolling in Android Studio
In Visual Studio Code, if the Alt key is pressed while scrolling, the scrolling speed is increased. For me, it goes from 3 lines for each scroll to 10 lines.
I was wondering if is there any alias in ...
0
votes
1
answer
598
views
Why the gnome icon I set does not work for JetBrains IDE
The system I am currently using is Arch Linux. The desktop environment is GNOME.
I installed JetBrains Toolbox through AUR, and then used it to install many IDEs. However, the icons of these IDEs did ...
1
vote
0
answers
263
views
How to import recent project history from old JetBrains Rider version?
I just updated my JetBrains Rider from 2023.1 to 2023.3.
The new version dropped all my recent projects history.
I have tried to import settings from old version, but there is no history option in ...
0
votes
2
answers
235
views
How to change the color of this line in CLion
I've checked some options in the "Editor -> Color Scheme -> General", but they do not work.
I want to customize the color of this line or close this line (it's best to be able to ...
0
votes
1
answer
864
views
Rider warning on Unity project due to incorrect namespace
Rider is showing a warning on all my C# scripts because they do not have "GameName.Scripts" in the beggining of their namespace.
Rider offers a checkbox on a folder's property to prevent ...
0
votes
1
answer
629
views
YouTrack REST API, get issue history
I am trying get specific information about ticket activities.
I wanna know next things:
All assignee change events
All sprints change events
All story points change events
All status change events
I ...
1
vote
0
answers
205
views
Run VSCode debug in WebStorm
I'm migrating from VSCode to WebStorm. I can't find or run the launch.json debug in WebStorm.
How can I configure WebStorm to run VSCode files?
1
vote
1
answer
879
views
A way to use Nvidia Rapids in windows directly?
I would Like to know that is there a way to install Nvidia Rapids directly in windows 11 and use rather than using it with wsl2 or docker? Or is there a way to connect jupyter lab host to dataspell?
I ...
1
vote
1
answer
165
views
Why files are not excluded in Project view in Fleet?
I am trying to hide unnecessary files and folders from the Project view in Fleet. Based on the few resources available on the internet I understood that I have to use the files.exclude key in settings....
0
votes
0
answers
70
views
How can I suppress some of the "DBG" and "INF" messages output by the dotnet run command?
While working on an ASP.NET Core 8 Blazor app, I usually use JetBrains Rider to run/debug the project for me, but just look at all this noise generated by ABP and other library components that I won't ...
2
votes
0
answers
352
views
Why am I intermittently getting "syntax error near unexpected token `('" from my function definition, depending upon the terminal I use?
I suspect that I have an issue similar to Alias causes error: syntax error near unexpected token `(', (exact same error message) yet it differs in that:
I am trying to define a function, not an ...
1
vote
1
answer
92
views
How to increase max size of copied text in JetBrains products, specifically WebStorm and IntelliJ
I work with pretty large text/json files and the attached screenshot popped into my face.
How can I increase the max size of copied content in JetBrains Products?
0
votes
0
answers
316
views
Can't type in console IntelliJ IDEA
When I try to run using Run, I can't write anything. All that works is Ctrl + C, Ctrl + V (maybe some more shortcuts work). It's obviously not about the code, because everything works correctly ...
0
votes
1
answer
156
views
IntelliJ does not serialize nested objects' properties of PersistentStateComponent subclass
This is how my custom PersistentStateComponent subclass looks like:
@State(name = "Configurations", storages = [Storage("conf.xml")])
@Service(Service.Level.PROJECT)
class ...
0
votes
1
answer
584
views
How to edit prettier config file to match JedBrain`s Rider inbuilt formatter configuration?
Use Case
In Our working environment there are developers who are using different IDEs to develop the codebase, some folks might use VSC some other use Rider, etc.
The objective
Each of these IDE has ...
0
votes
1
answer
225
views
How to rename a package and it subpackages in IntelliJ IDEA?
I have a project with the following package structure in IntelliJ:
com.example.api --> has classes inside of it
com.example.api.foo --> has classes inside of it
com.example.api.bar --> has ...
1
vote
0
answers
330
views
PyCharm "Interpreter Paths" -- What are they and where are they stored?
I have a PyCharm project, named pycharm_projects. In it, I create a virtualenv Python interpreter, example_virtualenv. Then I click Interpreters -> Show all -> example_virtualenv -> Show ...