Support request:When I use the global terminal in iterm2, when the global terminal moves, the completion prompt still appears at the location where the previous terminal was. #120
Unanswered
notdp
asked this question in
Support ticket
Replies: 1 comment 1 reply
-
This also happens with Alacritty on a Mac with VSCode, in fact if the window moves while using Yabai the autocomplete menu also stays in previous location if the Yabai layout changes. Don't think this behaviour existed in Fig. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
I hope that when my iTerm2 global window moves, the completion prompt for the next command input can also appear in the corresponding position, instead of staying in the original position.
Actual behaviour
Steps to reproduce
Integrate iterm2
Enable iterm2 global terminal
Call out the global terminal at any position on the desktop with a shortcut key
Use command completion in IDEA built-in terminal
Use command completion again in iterm2 global terminal
Then you will find that this time the command completion appears in the first position
At first, I thought it was because the completion prompt couldn't track the movement of the window. Later, I found that when using only iTerm2 or only the IDEA terminal, the completion prompt tracks the movement of windows well.
When both are mixed, however, the position of the completion prompts becomes confused.
In short, when the global terminal of iterm2 is mixed with other terminals (built-in terminal in idea, normal terminal window of iterm2), the completion prompt of the global terminal of iterm2 cannot track the current window position. In the built-in terminal of idea and the normal terminal window of iterm2, the position of completion prompts is correct.
idea info:
IntelliJ IDEA 2023.3.5 (Ultimate Edition)
Build #IU-233.14808.21, built on March 12, 2024
Runtime version: 17.0.10+1-b1087.21 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.3.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Registry:
ide.experimental.ui=true
Environment
Beta Was this translation helpful? Give feedback.
All reactions