Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Davidwarner11tt
Total activity
57
Last activity
July 30, 2026 07:41
Member since
May 25, 2026 12:17
Following
0 users
Followed by
0 users
Votes
17
Subscriptions
21
Activity overview
Posts (0)
Comments (19)
Davidwarner11tt
commented,
July 30, 2026 07:41
Sounds like an IDE/Scala plugin regression rather than a Monocle issue. Check if the IDE or plugin updated recently, and try invalidating caches or reverting to the previous version. Also make sure...
Community
Scala
"use types reported by the scala compiler" broken? (scala 3)
0 votes
Davidwarner11tt
commented,
July 27, 2026 07:37
Since the renewal flow is working, contact Jet Brains Support with the screenshot and student proof. They can verify your account and manually resolve the Educational Pack renewal issue.
Community
IntelliJ IDEA Plugin Users
Problem renewing JetBrains Educational Pack
0 votes
Davidwarner11tt
commented,
July 26, 2026 09:57
This sounds more like a RubyMine/RBS inspection issue than a problem with your signature. I’d check that the .rbs file is in a directory RubyMine recognizes and that the class/module and method nam...
Community
RubyMine
Multiple "Missing type signature" messages for a single method (which already has a type signature)
0 votes
Davidwarner11tt
commented,
July 24, 2026 06:09
If you haven't installed a JDK yet, install one first. Then in IntelliJ, select the JDK installation folder, not the bin folder. On Windows, it's usually C:\Program Files\Java\jdk-.
Community
La Clojure
How to set IntelliJ IDEA Project SDK
0 votes
Davidwarner11tt
commented,
July 20, 2026 06:09
Cloud instances can be useful for occasional heavy workloads, especially if you already have a good laptop. But for daily development, portability, offline work, and testing on real devices, a loca...
Community
La Clojure
How to run Android Studio on ANY device with JetBrains Projector
0 votes
Davidwarner11tt
commented,
July 13, 2026 07:43
This is likely a limitation of how RubyMine handles text input. If macOS text replacement works in other apps but not in the editor or Copilot Chat, it's worth reporting to JetBrains with your IDE ...
Community
RubyMine
Mac OS keyboard text replacement feature doesn't work
0 votes
Davidwarner11tt
commented,
July 10, 2026 05:53
This looks like a bad PATH entry rather than a pyenv issue. The Users path is invalid because of the leading .Check your environment variables (or run echo %PATH%) and remove or fix the malformed e...
Community
IntelliJ IDEA Plugin Users
when trying to build a plugin i'm getting Illegal char <:> at index 2: _C:\Users\Elhanan\.pyenv\pyenv-win\bin
0 votes
Davidwarner11tt
commented,
July 03, 2026 05:52
I agree. Cloud instances are great for occasional or resource-heavy tasks, but for daily development the costs can add up quickly. A good local machine gives you offline access, easier device debug...
Community
La Clojure
How to run Android Studio on ANY device with JetBrains Projector
0 votes
Davidwarner11tt
commented,
July 01, 2026 06:05
It look like an IDE/BSP sync issue rather than Scala itself. Since sbt works consistently, try rebuilding via sbt, invalidate IDE caches, and reimport the project. Also check that generated source ...
Community
Scala
Compile/runtime random classnotfound issues on a scala3 project
0 votes
Davidwarner11tt
commented,
June 30, 2026 11:05
PsiShortNamesCache only helps with lookups, not Java's actual type resolution. Unfortunately, IntelliJ doesn't provide a public API for adding project-wide implicit imports to Java like Kotlin's de...
Community
IntelliJ IDEA Plugin Users
How to make unqualified Java type names resolve without explicit imports, from a plugin?
1 vote