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

Questions tagged [jetbrains-ide]

For programming problems relating to using any of the JetBrains tools such as ReSharper, RubyMine, etc. If the issue is related to JetBrains Toolbox, please use the [jetbrains-toolbox] tag instead. General computing questions about using the IDE would be better suited for Super User.

0 votes
0 answers
6 views

Jetbrain Exclude Folder from Optimize imports

My workspace looks like this: lib/ backend/ app_core/ android/ ios/ I want to optimize imports for all except android/ and ios/ I know I can do it 3 times on the specific folders but it is just too ...
TSR's user avatar
  • 19.5k
0 votes
0 answers
16 views

How to Detect Mouse Events like Left, Right Clicks, Scrolling and Taps in Compose Multiplatform?

I'm working on a Compose Multiplatform project (wasm only) where I need to detect left and right mouse clicks, as well as simple taps through the notebook's mousepad. I am using the following function ...
Ojav's user avatar
  • 860
0 votes
0 answers
17 views

Autocomplete popup in WebStorm has zero height

Hello everyone using developer tools from JetBrains. For a while now I have problems with the visibility of the popup with the autocomplete: With very precise mouse positioning I can actually resize ...
Pianoman's user avatar
  • 335
0 votes
0 answers
21 views

Is anko commons no longer available for use in Android projects?

We are seeing the following error in a Bitrise build of an Android project. Could not GET 'http://tokbox.bintray.com/maven/org/jetbrains/anko/anko-commons/0.10.8/anko-commons-0.10.8.pom'. Received ...
bartonstanley's user avatar
0 votes
0 answers
6 views

Rider mask implementation of a class or loop

Sometimes I can do it: But sometimes the arrow isn't there: This is very handy when files get a tad too large and I'm used to it in all other JetBrains product, any idea why it sometimes disappear? ...
FluidMechanics Potential Flows's user avatar
0 votes
1 answer
69 views

What's the correct way to debug a test in Rust Rover?

I have a test in my Rust code that I want to debug. While RustRover picks up the test and the hover/context menu allows me to run it, when I click the debug option I get an error error: the option `Z` ...
Rhahkeem's user avatar
0 votes
0 answers
9 views

HTTP Client in JetBrains IDE does not load npm packages from local npm_modules

I have following project structure project-root |- package.json |- tests |- http |- ws.http |- session.js with package.json { "name": "...
Martin Macak's user avatar
  • 3,731
0 votes
1 answer
20 views

PhpStorm overwrite " (quote) when it already exists instead of adding another

I have searched for this and it appears to be a common complaint that has yet to be solved - When typing in PhpStorm, the auto complete generates the ="" for you, which can be quite helpful: ...
Luke Pittman's user avatar
1 vote
0 answers
28 views

How to get rid of HTTP Proxy authentication on Android Studio?

I am using Android Studio Koala | 2024.1.1 My proxy server doesn't have a password. It always asks me for my username and password. I've been suffering from this problem for a long time. I tried a ...
Azure's user avatar
  • 21
-3 votes
1 answer
37 views

PhpStorm showing red line on code where cognitive complexity is high. How to remove it?

In the PhpStorm IDE I am getting a red line on all functions where Cognitive Complexity is high. It is good to be known that there is high cognitive complexity, but in my case it is annoying to see ...
Chauhan Mukesh's user avatar
0 votes
1 answer
28 views

PhpStorm reloading by itself

PhpStorm reloads itself periodically by closing all my tabs and folders. I'd like to describe my problem more, but I don't have any leads. I'm on the latest version of PhpStorm (Build #PS-241.18034.69,...
Julien's user avatar
  • 1
0 votes
0 answers
58 views

PhpStorm - Parameter Type hints not appearing

Currently I've all Inlay Hints enabled in my PhpStorm settings: But there are no type hints appearing beside the parameters on functions. I'm only seeing the Usages and Author as a hint above the ...
chdonncha's user avatar
  • 535
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
0 votes
1 answer
35 views

WebStorm IDE 'Run script' runs npm but doesn't successfully execute .js file

New to Node, trying to follow a basic tutorial to launch a web browser. I'm using WebStorm as my IDE with node v22.3.0 and npm v10.8.1 and both commands are recognized by the terminal. The scripts ...
klex52s's user avatar
  • 437

15 30 50 per page
1
2 3 4 5
182