Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
2 answers
39 views

How to disable IntelliJ HTML tab autocomplete in JavaScript?

To reproduce: have a variable named obj pass it as the last argument to a function press tab (as I usually do) to come out of the parentheses obj autocompletes to <object data="" type=&...
Vlad Mashkautsan's user avatar
-2 votes
2 answers
69 views

How to make IntelliJ stop putting the opening parentheses on the same line as my JSX?

Somewhere in the settings that IntelliJ has, there is something that I dislike. It transforms this code (in a .tsx file): return ( <header className="flex items-center justify-...
ThomasG2201's user avatar
1 vote
2 answers
75 views

Intellij - Pink bar on the side - what does it mean / do?

A pink bar appeared on the side, just like the git changes, but it doesn't seem to do much. What is it's purpose? Why is it there? Clicking on the "show diff" button does show a diff, but ...
Krabs's user avatar
  • 15
0 votes
1 answer
29 views

In JetBrains IDEs, how can you count the usage frequency of all functions and rank them?

When the cursor is on a function name and Alt+F7 is pressed, JetBrains IDEs count the usage frequency of that function. How can I perform this operation on all functions in the project and get a ...
nqn's user avatar
  • 1
1 vote
0 answers
54 views

How can I use j/k to select next/previous completion suggestions in Intellij IDEA/CLion/RustRover(also use IdeaVim)?

In VSCode I can set keybindings.json like this: { "key": "j", "command": "selectNextSuggestion", "when": "suggestWidgetMultipleSuggestions &&...
Sirius Su's user avatar
0 votes
0 answers
43 views

Change font color on selected file in JetBrains IDE

How to change the color of the name of selected file in JetBrains IDEs like Rider and such? The closest setting to that I found was in "Version Control > File Status Colors". I hope to ...
Illuminati_Cat's user avatar
-1 votes
1 answer
211 views

How do I get jbr-21 in my Jellyfish Android Studio?

When trying to run my unit test in Android Studio, I get this error java.lang.UnsupportedClassVersionError: com/example/module/SomeTests has been compiled by a more recent version of the Java Runtime ...
me.at.coding's user avatar
  • 16.7k
0 votes
1 answer
90 views

How to create clickable links in comments for navigating to other files, methods, or classes in PyCharm (.py files)

I see there is already support for .md files to have clickable links to internal files For example: let say you have a example.env file at project/repository root (awsome-project/example.env) then I ...
Abdullah's user avatar
  • 239
0 votes
0 answers
22 views

How can resolve the crash af all my jetbrains logiciel?

I work with Android Studio and Intellij and since 1 month they started to crash just like that.When i open one of them, if I use it or not but it opens, it crashes after few min creating a log file in ...
Kurtis Melkisoft's user avatar
0 votes
1 answer
44 views

JetBrains IntelliJ/WebStorm, how to persist environment variables across all tests runners

I am using IntelliJ and/or WebStorm. I'm working on an app that have hundreds of tests (Jest). Theses tests need environment variable to run (stored in .env.test file). Every time I start a new test ...
JulienCoo's user avatar
  • 1,138
1 vote
1 answer
57 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 ...
AstroHWeston's user avatar
0 votes
1 answer
33 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 ...
Varun Muralidharan's user avatar
0 votes
1 answer
25 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 ...
SourceSimian's user avatar
0 votes
0 answers
26 views

JPA Console Unable to locate persistence units

go to Persistence view in IDE options run JPA console I'm using the IDE's persist option see the error below completed in 1 s 723 ms [2024-04-25 10:59:03] Unable to locate persistence units [2024-04-...
Pablo Oliveira's user avatar
0 votes
1 answer
55 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)
Time Killer's user avatar

15 30 50 per page
1
2 3 4 5
49