All Questions
190
questions
0
votes
1
answer
51
views
How to set IntelliJ Language to English For DevSpace?
Whenever connecting to devspaces via intelliJ coder plugin, the IDE opens with the menu being in Korean. When I open a local project, then IntelliJ opens everything in English. I want everything in ...
0
votes
0
answers
30
views
Issue with IDE's when working with header files in C++ [duplicate]
I set up 3 C++ files (one header, one main file and a final source file) and try to link them correctly to run, however it seems that I keep getting the same output error in different IDE's. Can ...
0
votes
0
answers
20
views
VSCode Explorer Not Showing (MAC OS) [duplicate]
enter image description here
The File Explorer is not displayed.
It is also not displayed when right-clicked.
Pressing Shift+Command+E has no response.
This is the same situation if you reset the ...
0
votes
0
answers
465
views
IntelliJ Maven build not pulling in mac system environment variables referenced in project Settings.xml file
this is an issue that started very recently. In my root level bash profile i have these env variables set
export ARTIFACTORY_USER="...."
export ARTIFACTORY_API_TOKEN="....."
I ...
0
votes
1
answer
2k
views
IntelliJ IDEA suddenly won't open on Mac "Error occurred during initialization of VM"
IntelliJ IDEA suddenly wouldn't open on my Mac (Intel). The app icon bounces but then nothing happens—no crash report or any kind of message—and there's nothing in Activity Monitor or ps.
Then I tried ...
0
votes
1
answer
449
views
Why is the Coc hover over window in vim still displaying even after the cursor leaves the relevant line?
I am currently using NVIM v0.7.2 on MacOS 12.6 with the Coc nvim plugin which allows me to see helpful auto complete data and other context sensitive help in a popup near my cursor. However it is ...
0
votes
2
answers
582
views
Xcode 14: Does anyone know how to remove the blue tint on lines where changes have been made?
Problem
Within the Xcode 14 IDE, I have been facing an annoying issue where the lines I am editing tint blue. I have disabled Show Source Control changes within Preferences, yet it does not remove it. ...
3
votes
1
answer
2k
views
Eclipse quit unexpectedly 2022-06 [duplicate]
I have started learning Java and am having this error for a few days. I install eclipse and it works just fine. The next day when I try opening the app it doesn't open and I get a message:
"The ...
1
vote
0
answers
1k
views
CodeLite terminal doesn't show up in mac
When I select codelite -> preferences -> terminal -> codelite-terminal, nothing pops up when I run my program. If i select terminal instead of codelite-terminal, it does work. I have a 11.2.3 ...
0
votes
1
answer
155
views
Atom IDE Tab Groups
I was a macbook user in my previous job. I used Atom IDE as a text editor there because I liked how it handled projects in the LHS tree view, and because I liked the tabs. In particular, I liked ...
0
votes
1
answer
1k
views
Opening project in new tab stopped working in Intellij
My current settings in my system :
Mac OS Big Sur :: System preference -> General -> prefer tabs : always
Intellij :: Preferences -> System settings -> open project : new window
Is ...
6
votes
1
answer
576
views
Package "Android Emulator" with revision at least 30.8.2 not available
I'm using MacOS 11.5.1 and Android Studio Artic Fox 2020.3.1.
It finds an update.
But when I try to update it shows Error Resolving Packages
Package "Android Emulator" with revision at ...
8
votes
1
answer
1k
views
Visual Studio for Mac Overlay Blue Screen and unable to do anything about it
I am new to the Visual Studio IDE and I am currently running the lastest version on Mac for C#.
Within a few minutes of using the IDE a random blue hue covers the entire editor and a small window of ...
0
votes
0
answers
44
views
Javafx app runs perfectly in IDE but when building with maven does not work
I have created two imageviews one from fxml and another from primaryController method
Running from IDE.........1
But when building with maven and running....2
The stacktrace says.....
java.io....
3
votes
1
answer
188
views
Xcode 12 collapse all build targets
Using Xcode 12, my build contains many targets. After the build ends, the Report Navigator displays the issues for each target in an expanded mode. To collapse, I have to close the target nodes one by ...