About 51 results
Open links in new tab
  1. ssh - IntelliJ IDEA - Remote Development - Stack Overflow

    Apr 25, 2022 · I've removed whole /home/user/.cache/JetBrain s folder. Next time I started my remote project from JetBrains Gateway it downloaded client and other missing files automatically on my …

  2. JetBrains Toolbox in Windows to install IDEs to specific folders other ...

    Dec 21, 2017 · JetBrains Toolbox in Windows to install IDEs to specific folders other than ones within drive C Asked 8 years ago Modified 2 years, 2 months ago Viewed 22k times

  3. How do I change VS Code Settings to use JetBrains Mono Font

    Jan 17, 2020 · 3 Steps to add JetBrains font on VS Code editor (Version: 1.103.1): Download the font from JetBrains Mono and additional font for terminal if you use zsh or OhMyposh JetBrainsMono …

  4. What the difference between JetBrains Mono and JetBrains Mono NL

    Jun 4, 2020 · JetBrains Mono NL is the no-ligatures version of JetBrains Mono font. In some editors you may have difficulty disabling font ligatures (although some popular editors like Sublime Text, VS …

  5. How to get rid of a vertical line in the editor pane of IntelliJ Idea?

    Aug 29, 2014 · recently a gray vertical line appeared in about the middle of the editor pane of my IntelliJIdea Community Edition 13.1.4 probably due to some manipulations with the settings that I …

  6. JetBrains / IntelliJ keyboard shortcut to collapse all methods

    Is there a shortcut for any JetBrains IDE (since the shortcut would likely be shared across all of them) to collapse all the methods / functions so that only the method signatures are shown?

  7. Does GitHub Copilot in JetBrains analyze my entire project or just ...

    Dec 18, 2023 · Does GitHub Copilot in JetBrains analyze my entire project or just active/open files? Asked 2 years, 1 month ago Modified 6 months ago Viewed 41k times

  8. JetBrains Rider unable to detect UnitTests - Stack Overflow

    Apr 21, 2021 · I am using JetBrains Rider to run unit tests for a .net Core project. And for some reason, it is failing to recognize any of the test cases in the solution. These test cases were being detected bef...

  9. org.jetbrains.annotations.NotNull instead of javax.annotation.Nonnull ...

    After recent JetBrains Intellij IDEA updates I found out that when I'm trying to implement method annotated with javax.annotation.Nonnull - IDE implements it with org.jetbrains.annotations.NotNull …

  10. Jetbrains Rider build of .NET Core solution/project with private nuget ...

    Jan 21, 2025 · Interesting but with VS 2022 build is completed successfully. So looks like its Rider problem. Can somebody help with that?