Skip to main content

Questions tagged [intellij-idea]

Filter by
Sorted by
Tagged with
0 votes
1 answer
82 views

Why doesn't ALT+F12 work in PyCharm?

I was recently programming in PyCharm, when I tried to open the Terminal. According to the JetBrains official documentation, the default key bind for this should be ALT + F12. When I tried this, ...
Xiddoc's user avatar
  • 101
0 votes
0 answers
18 views

Formatting debugging output in the IntelliJ console

I copied this debugging output from the IntelliJ console into Notepad++ and made a macro to make a newline at ever \r\n: Does IntelliJ ( I'm new to it ) have anything similar for formatting console ...
user787832's user avatar
0 votes
0 answers
31 views

How to run .sh file in wsl2 from Idea in Windows

I can run .sh file in wsl2 from windows explorer via bat file @echo off wsl -e sh -c "\"$(wslpath '%1')\"" PAUSE How to do the same from Idea IDE (in windows) for example by ...
Тимофеев Николай's user avatar
-1 votes
1 answer
28 views

WebStorm creates empty attribute value when inserting a template

How to stop WebStorm/PHPStorm from including the unnecessary empty attribute value in the inserted template? For example, when I type v3c, instead of this: <script setup lang="ts"> It ...
Ostap Brehin's user avatar
1 vote
1 answer
225 views

How to make menu always visible in new IntelliJ IDEA?

IntelliJ IDEA has just updated and now to even get to menu (File, Navigate, Code, etc) you need to press the hamburger button first. This makes zero sense as there is enough screen real estate to just ...
alamar's user avatar
  • 163
1 vote
1 answer
578 views

Intellij could not find or load main com/intellij/idea/Main

I just switched the JDK version folling the steps that IntelliJ gives https://www.jetbrains.com/help/idea/switching-boot-jdk.html The problem is that now IntelliJ won't open. Instead, it just displays ...
Joan's user avatar
  • 181
0 votes
0 answers
299 views

ps command is stuck forever reading `/proc/*/environ`

I'm trying to use Rustrover, but it is pretty unstable, and whenever it crashes or is stuck and killed by me, ps command and any other task managers get stuck forever before showing anything. ...
Dekakaruk's user avatar
  • 101
0 votes
1 answer
164 views

How to determine is wsl2 is running from an IntelliJ terminal in windows?

I have some settings in my .zshrc file that should run in a regular terminal, but not when the terminal is called from IntelliJ. I am currently using IntelliJ IDEA 2021.3.3 Ultimate Edition on Windows ...
Aserre's user avatar
  • 103
2 votes
0 answers
339 views

Is there a solution for remote development for IntelliJ Community Edition?

I am using a Coder cloud instance to host my source code, and would like to develop out of IntelliJ locally on my workstation. The problem is I'm using IntelliJ Community Edition and remote ...
MegaMatt's user avatar
  • 153
0 votes
0 answers
152 views

Backspace not working properly with accents in intellij's terminal

I keep getting issues with the terminal where backspace doesn't work as intended and what I see is not what is executed. For example here, I mistyped git pû + <Backspace> + ull + <Enter> ...
Teleporting Goat's user avatar
2 votes
0 answers
97 views

Setting or extension to shrink lines of code that are empty or contain only brackets in VS Code or IntelliJ IDEs?

There's a nice extension in Visual Studio I've been using for years which shrinks the height of lines of code that don't contain alphanumeric characters. The left screenshot is with the extension ...
Jacob Stamm's user avatar
1 vote
1 answer
207 views

KB5030211 breaks me running intellij from WSL2

update 2023 09 22: for now i want to keep my env working until i finished my project. In Oct. I will revisit this issue. after de-install of KB5030211 it works again. My Setup for an x-server i use ...
elonderin's user avatar
  • 223
0 votes
2 answers
457 views

PHPStorm/WSL open links in Windows Google Chrome

I have installed the Linux version of PHPStorm in a WSL Ubuntu (Windows 11 host OS). However, clicking on any HTTP link I get this image and it's unable to open the Chrome Brower in Windows. When in ...
Real Dreams's user avatar
  • 5,298
3 votes
1 answer
4k views

"This view is read-only" in IntelliJ IDEA

I hope this is the correct Stack for this question. I use IntelliJ IDEA to develop Python code and use the iPython support. Often times I switch between editor and console. Often times, the cursor is ...
Bob Jansen's user avatar
1 vote
1 answer
1k views

Highlight a variable and see other instances highlighted in IntelliJ

In IntelliJ, when you highlight a variable in your code, other places that variable is used in the code is highlighted. I'm trying to change the color of this highlighting. As you can see in the image,...
Addison's user avatar
  • 133
2 votes
1 answer
232 views

How can I change the highlighting done by IntelliJ when selecting an expression?

I started using IntelliJ recently, and have found if I highlight a variable, it does not highlight other occurrences of this variable very bright and so I sometimes miss the other occurrences. I find ...
Addison's user avatar
  • 133
1 vote
1 answer
355 views

Ctrl+Mouse-wheel not working with intellij

If I use shift+mousewheel-up/down it will open this extremely annoying window. I am not sure what this tool is called, I have checked my keyboard and searched for shift-mousewheel up or down and there ...
Jamie Hutber's user avatar
0 votes
1 answer
1k views

IntelliJ command not found

I have just installed IntelliJ Ultimate through the Pop!_OS shop. In the terminal there are commands missing which I have on the OS terminal. Strange is also that $PATH has different content: IntelliJ:...
Ero Stefano's user avatar
3 votes
0 answers
3k views

How disable autosave of files?

"IntelliJ IDEA 2022.1.2 (Community Edition" When I work with my java project the files are auto save. Is it possible to disable auto save? It's not very comfortable.
Alexei's user avatar
  • 473
1 vote
1 answer
1k views

IntelliJ quits abruptly in the Apple M1

I use Apple M1 and IntelIJ keeps shut down often when I login into the computer in the morning and I need to restart the app. Also, sometimes the IntelliJ just freezes and I need to force quit to ...
Arefe's user avatar
  • 523
1 vote
1 answer
586 views

What is the keyboard shortcut to press the OK button in IntelliJ dialogue boxes?

Is there a keyboard shortcut I can use to press the ok button in IntelliJ's dialogue boxes?
midrare's user avatar
  • 435
0 votes
0 answers
779 views

Stop IDEA IntelliJ from auto scrolling/moving text editor

For example if we open terminal, text editor will move/scroll to cursor row: image01 image02 To clarify, in the second image we should also see 9. row at the top, like in any other IDE. Text editor ...
milos's user avatar
  • 1
0 votes
0 answers
439 views

Windows+IntelliJ IDEA 2021.3.1+Git for Windows v2.34.1: Git bash shell in Idea terminal, skip to next/previous word not working ( Ctrl + ← | Ctrl+ → )

I installed git for windows and linked bash shell in IntelliJ but I'm missing one shortcut which saves me a lot of time is a direct move to the next/previous word in the command line. how can I make ...
Rajat Verma's user avatar
0 votes
2 answers
761 views

How to change workspace used to install python packages in IntelliJ

I have a python project in IntelliJ 2021.2.3, using poetry as dependency manager. I have poetry plugin and python plugin installed. I recently renamed this project from old_project_name to ...
Vincent Doba's user avatar
1 vote
0 answers
2k views

How to delete git author entries from intelliJ

I just got a new work laptop and I'm still having trouble with the setup. When I tried to commit some changes to a distant repository, instead of writing down my name and email in the git credential ...
Eloyas's user avatar
  • 11
1 vote
0 answers
162 views

IntelliJ IDEA: two-finger touchpad scrolling does not work (KUbuntu, X11)

I think this is a known issue since I see it on different laptops, but still does not google easily. In IntelliJ IDEA, when I unplug mouse and use my (synaptics?) Lenovo touchpad under Linux, it won't ...
alamar's user avatar
  • 163
0 votes
0 answers
629 views

RubyMine using 100% of CPU on Mac

I'm running a plain old Ruby on Rails server in RubyMine, and if left idle, it's just using up all my memory. I'm not even using the Rails application (browsing pages etc), and it's not doing any ...
s89_'s user avatar
  • 101
0 votes
1 answer
445 views

Intellij is blocking my print-screen keypresses

I have noticed that whenever I have an Intellij window in focus, and press the print-screen key, the keypress does not make it through to Green-shot, which I use for screenshots. If I but any other ...
Martin Nielsen's user avatar
5 votes
0 answers
1k views

How can I disable the scroll-to-end feature

Whenever I run my code in Pycharm (community version), the run window automatically scrolls to the end. I would like to turn this feature off. However, everytime I run my code it re-enables itself. I'...
alexremstedt's user avatar
1 vote
1 answer
140 views

`alt + ctrl + <anyCharacter>` autohotkey mapping used in a jetbrain IDE goes goes through but then a a popup opens after pressing enter

This quesiton is similar to What is preventing ctrl-alt-m from reaching IntelliJ on Windows 10 . However, ctrl + alt + <anyKey> does go through to the jetbrain IDE, pressing any key after that ...
Sebastian Nielsen's user avatar
2 votes
1 answer
722 views

zsh beeping in Intellij-Idea

When I configure my Intellij (community edition - 2021.1) to use zsh, everytime I type in a command in the terminal there is a beep sound. I already set unsetopt beep in my .zshrc and also ticked off ...
Holgerillo's user avatar
2 votes
1 answer
727 views

how to restore all windows when open JetBrains IDE again

I usually use one JetBrains IDE window for one folder(project). I need to shut down the computer every day. Is there any way to restore all closed windows when I continue the work the next day? I am ...
Luk Aron's user avatar
  • 187
1 vote
0 answers
29 views

Assign Ctrl+# shortcut for Chrome tabs to jump between them (not in tab bar order)

I use this feature in IntelliJ IDEA Assign a shortcut for the opened tab and many other editors with tab bar/strip have it too. How it works: You press Ctrl+Shift+number, e.g. Ctrl+Shift+1, to assign ...
EssenceBlue's user avatar
1 vote
0 answers
1k views

“Unable to locate adb” bug via Intellij Idea Community

I use IntelliJ Idea Community for automation testing over Appium. I do not need Android Studio for this. The emulator starts but I get the message AVD Manager - Unable to locate adb I want to resolve ...
Perkone's user avatar
  • 11
1 vote
0 answers
172 views

Intellij: Can I set a default scope on the Hierarchy tab? (Default = "all", I want "Production")

I very often use the "Call Hierarchy" shortcut, showing me the call hierarchy of a certain method, so I know where/how often a method gets called. Unfortunately the default scope is set to &...
BAERUS's user avatar
  • 121
0 votes
0 answers
80 views

How do move alignment line in Intellij in code-view portfolio?

I would like to move with this alignment in Intellij vertically or just simply remove it. Screenshot from Intellij I am trying to find options for that particular aligment in Settings but can not find ...
Co ti's user avatar
  • 1
0 votes
1 answer
2k views

Blurry fonts in Intellij on macOS external screen

I work on MacBook Pro (13-inch, 2017) with macOS Catalina (10.15.7). I work in GoLand (that is IntelliJ option). After an update came (and I applied it unfortunately) fonts in IDE became stretched ...
Yura's user avatar
  • 101
11 votes
2 answers
18k views

How to solve the problems caused by WSL 2's filesystem changes?

Ever since I upgraded to WSL 2 the builds of my projects (that I have on a local NTFS drive) are horribly slow. For example if I build a project from windows, I get 20-30s build times, the same from ...
Adam Arold's user avatar
0 votes
1 answer
78 views

sharing intellij/Eclipse settings with other authors?

What is the recommended way to share IntelliJ/Eclipse settings with other team members? Ideally I would like for things like "build configurations" to be shared at the same place that the ...
Gabriel's user avatar
  • 149
1 vote
0 answers
78 views

Intellij renames project when adding new modules

I have a project that I occasionally have to add/remove modules from (adding via the File > New > Module... option). However, each time I add a module, the project name changes to the name of ...
Ahmed Tawfik's user avatar
1 vote
0 answers
127 views

How can I make int and for have a different color

I am trying to change my colors in IntelliJIdea, in particular I am trying to get something more similar to VSCode or Eclipse. But I cannot find a way to change my types to a different color than ...
Aperonamos's user avatar
2 votes
2 answers
1k views

tmux prompt misaligned in intellij terminal window

Why is it misaligned? I also see that tmux is not honoring set -g default-shell "/bin/bash" or set-option -g default-command "reattach-to-user-namespace -l bash"
PnotNP's user avatar
  • 385
0 votes
1 answer
1k views

How to move to next line and enter insert mode at same indentation level in Vim

I am using VimIdea in IntelliJ. How can move to the next line from normal mode and enter insert mode matching the indentation. While in normal mode, using o creates a new line and enters insert mode ...
CodeTalker's user avatar
0 votes
1 answer
1k views

How to disable Ctrl+Alt+Left/Right on KDE?

I need Ctrl+Alt+ (Left/Right) to be bound to IntelliJ IDEA but something is preventing the combination to reach IDEA. I searched everywhere but I only found information about Gnome and Ubuntu, I'm ...
Polyana Fontes's user avatar
1 vote
2 answers
2k views

IntelliJ IDEA or Pycharm not opening on Alpine Linux

So I am trying to migrate to Alpine Linux; however, I cannot seem to install two IDEs, Pycharm and IntelliJ IDEA. They are both throwing me the same error whenever I attempt to run either pycharm.sh ...
user avatar
1 vote
1 answer
2k views

Running intellij project inside of WSL Ubuntu

I've installed Windows subsystem for Linux and I'm trying to run a simple python project. However, I get the following error in the run dialog of intellij. zsh:cd:1: no such file or directory: \...
Kaigo's user avatar
  • 267
2 votes
1 answer
3k views

Intellij right-click context menu disappears infuriatingly

OS: Linux Minut 18.3, Intellij "Community 2020.1 EAP" I've just started using Intellij, after using Eclipse for many years. I've naturally searched on this problem: the few relevant hits seem to ...
mike rodent's user avatar
5 votes
1 answer
18k views

How do you update curl on Windows 10?

I have an issue where I cannot develop on my Windows device because the curl that comes bundled with it produces next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) How do I ...
User1291's user avatar
  • 567
2 votes
1 answer
458 views

How can I customize the bottom toolbar in IntelliJ?

I would like to add a another tab for a python console to the bottom toolbar in IntelliJ, ideally accessible with a shortcut like alt+0. Googled for a while now, but I can't find a way. The only ...
bw0248's user avatar
  • 131
1 vote
1 answer
371 views

IntelliJ | Make Git Branches Widget stick to corners

I am using PhpStorm and various other JetBrains IDEs. Currently my Git Branches widget floats when I click to bring it up or use the shortcut CTRL + SHIFT + ~. My current monitor setup makes this more ...
ma77c's user avatar
  • 167

1
2 3 4 5