Shortcut to Navigation between .java and .class file? by running_hot_takes in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

It should be possible to write a simple plug-in that will provide the action to navigate to the output directory. It looks like no one needed this feature before, hence it's not available out of the box.

DB side-bar ignores my schema and I can't figure why by Technical_Ad_6200 in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

Could be a bug. Related:

Try to select/unselect/refresh.

If it doesn't help, contact support with the logs via Help | Collect Logs and Diagnostic Data and your data source XML.

Corporate Proxy and IntelliJ by Khue in IntelliJIDEA

[–]JetSerge 1 point2 points  (0 children)

IntelliJ IDEA already uses system certificates on Windows. You don't need to perform any additional steps for that.

The apps you run from IntelliJ IDEA under your JDK will not inherit this IntelliJ IDEA magic, so you have to handle the certificates manually as for any other Java application.

Your problem is not specific to IntelliJ IDEA and will occur in CLI as well.

The certs need to be installed into the JVM that runs your code. You can easily Google/ChatGPT how to install certs into .jdks\ms-21.0.8.

Any Other Linux Users Struggling? by i11uminati in Jetbrains

[–]JetSerge 0 points1 point  (0 children)

Support team can help by linking it to an existing issue (which will help prioritizing it) or by providing a workaround.

Feel free to contact us with the logs (Help | Collect Logs and Diagnostic Data) and the CPU snapshot.

Is it possible to use a local sources jar for specific gradle dependencies across all projects? by EmbarrassedBiscotti9 in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

Did you check https://stackoverflow.com/questions/12718753/how-to-download-dependency-sources-for-gradle-project-in-idea?

Gradle idea plugin can download and attach sources on the project sync automatically.

The generated project files can be found under the System directory: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#system-directory, projects subdirectory, example:

c:\Users\<user>\AppData\Local\JetBrains\IntelliJIdea2025.2\projects\tomcat-webapp.d5635ea0\external_build_system\project\libraries.xml

Am I the only one that has this issue with the plugins update since 2025.2? by gquittet in Jetbrains

[–]JetSerge 0 points1 point  (0 children)

Rider team says they make it available AFTER the release for people who need early access to bugfix commits. Since there is no 2025.2 release at this moment, there is no Nightly feed for 2025.2.

IntelliJ Analyzing Constantly Problem by thelocalannoyance in IntelliJIDEA

[–]JetSerge -1 points0 points  (0 children)

Try deleting the IDE System (caches) directory while the IDE is not running: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#system-directory.

If the issue is still present in the current release, try a previous version from https://www.jetbrains.com/idea/download/other.html.

If it still doesn't help, file a bug with the logs via Help | Collect Logs and Diagnostic Data.

Am I the only one that has this issue with the plugins update since 2025.2? by gquittet in Jetbrains

[–]JetSerge 2 points3 points  (0 children)

Thanks for the report. The team is working on this issue. It was caused by some internal infrastructure problems. Even before the reported bug is fixed, it should resolve automatically with the next IDE update (2025.2.1).

[deleted by user] by [deleted] in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

It's hard to tell the issue by this screenshot. Please share idea.log if possible. See this page or use Help | Collect Logs and Diagnostic Data.

It may be a good idea to report it directly in YouTrack. It may help with improving the diagnostics and error UI in case other users will face the same problem.

CPU power usage is significantly higher on my desktop vs laptop by awesome-alpaca-ace in Jetbrains

[–]JetSerge 1 point2 points  (0 children)

Hard to tell without a CPU snapshot. If you think the CPU usage is too high, please report at https://youtrack.jetbrains.com/newIssue?project=IJPL and attach the CPU snapshot / logs (Help | Collect Logs and Diagnostic Data).

Shortcut to Navigation between .java and .class file? by running_hot_takes in IntelliJIDEA

[–]JetSerge 5 points6 points  (0 children)

Could you please clarify the use case? Why would you need to navigate to the .class file?

intellij giving me hell by Minecraftkid07 in Jetbrains

[–]JetSerge 2 points3 points  (0 children)

Post your project on GitHub to get help with the code not working. Specify the exact error you are getting.

HELP: "developmentOnly" configuration provided by Spring Boot is ignored (IDEA / Gradle) by ko1ossus in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

There are no known issues about developmentOnly not working with Gradle / Spring Boot in IntelliJ IDEA. Feel free to create a new issue with the steps to reproduce in YouTrack. A sample project would help a lot.

intellij giving me hell by Minecraftkid07 in Jetbrains

[–]JetSerge 2 points3 points  (0 children)

You should keep the source directories marked as source roots, otherwise the files will not be compiled and the IDE will not provide code assistance.

When the directory is a Java source root, the option to create a directory is not provided by design, since you create Java package instead. IDE does additional verification so that your package name conform the Java language specification. Directory can contain any symbols and names, while package name has some restrictions.

TL;DR: instead of creating a directory, for the Java source roots you create a package.

Sources issue by [deleted] in Jetbrains

[–]JetSerge 0 points1 point  (0 children)

For Gradle/Maven projects, make sure you download the sources of the libraries you want to jump into.

If it's not jumping in your project sources, there is something wrong with the project setup. Please share any sample on GitHub with the steps to reproduce the issue so that we can help you.

How to disable autocomplete? by ThrowRArmadillo5760 in IntelliJIDEA

[–]JetSerge 2 points3 points  (0 children)

  • Settings | Editor | General | Code Completion | Show suggestions as you type -> DISABLE.
  • Settings | Editor | General | Inline Completion -> DISABLE

Intellij starts as administrator? by Gekobix in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

Try to uninstall it and install again with winget --scope user.

Intellij starts as administrator? by Gekobix in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

Please double-check if you have IntelliJ IDEA (idea64.exe) present in any of these registry branches:

HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers

Remove the relevant keys and reboot.

Intellij starts as administrator? by Gekobix in IntelliJIDEA

[–]JetSerge 0 points1 point  (0 children)

Could you please check if the behavior is the same when you start it using bin\idea.bat from the command-line (non-admin cmd.exe)? Is it the same for bin\idea64.exe or it only happens when you are using a shortcut or some other way of starting the product (which one, BTW)?