10,956 questions
Tooling
0
votes
2
replies
45
views
Which IDE and tools for gcc C development?
Which IDE and tools are best suited for gcc C development? I currently use vscode and the tried using the ms-vscode.cpptools extension which "supports" gcc C. But extensions like nested ...
-5
votes
0
answers
96
views
Opening Google's Antigravity gives [process exited with code 1 (0x00000001)] [closed]
Whenever I Open Antigravity IDE opens successfully but also a terminal show with the editor saying that [process exited with code 1 (0x00000001)] when i close it the program starts normally but its ...
-5
votes
1
answer
77
views
How to fix "Increase the maximum number of file handles available" [duplicate]
In my case, this issue comes from "Windows --> Registry Editor," and I will explain how you can fix
1
vote
0
answers
35
views
/bin/bash: line 1: /tmp/.mount_cursor86DJYP/usr/share/cursor/bin/cursor: Permission denied
Failed to save 'file.ts': Command failed: cd "/home/myuserprofile"; "/usr/bin/pkexec" --disable-internal-agent /bin/bash -c "echo SUDOPROMPT; \"/tmp/.mount_cursor86DJYP/...
0
votes
1
answer
215
views
What does the red/green arrows in autocompletion in IntelliJ/WebStorm etc. mean?
In IntelliJ or in this example WebStorm, it shows these icons next to the function or other code autocompletions:
You can see a green arrow pointing upwards on some items and a red one pointing ...
0
votes
0
answers
136
views
Delphi 7 IDE Debug Slow Start
I have used Delphi 7 Enterprise for many years now.
Suddenly, running the integrated debugger takes 10 seconds to launch.
My D7 ran as a v6.5 VM under ESXi 6.7.
For many years it is a speedy performer....
0
votes
0
answers
39
views
IntelliJ 2025.1.3 does not show exception stack
When I last used IntelliJ, an exception caused a trace through the widgets before the exceptions has occurred (what called what). Now I no longer see this, how do I get it back?
This is all I see for ...
-1
votes
1
answer
57
views
IntelliJ IDEA does not show any syntax errors [duplicate]
My new flutter project for some reason shows no syntax errors, only typos. Old projects still highlight the errors.
I have already tried the answers from here:
Power Safe Mode => OFF
File | ...
0
votes
2
answers
222
views
Can I run Flutter projects in PyCharm? If yes, what extensions or plugins are required?
I'm starting with Flutter development and currently using PyCharm as my IDE.
I would like to know:
Can I develop and run Flutter apps using PyCharm?
If yes, what plugins or extensions are needed to ...
2
votes
1
answer
71
views
Inactive Flutter Inspector
I'm using Android Studio and running a simple app. As you can see in the attached image, the Flutter Inspector menu is not active.
enter image description here
I would be pleased if someone can help ...
-1
votes
2
answers
246
views
Android Studio Change Position of XML Preview Window
After installed the lastest version of Android Studio on my new laptop, it seems that I can't move the XML preview window to the right side as before. I've tried dragging the window but no help. See ...
2
votes
1
answer
170
views
How do I set up Neovim with full features on a GCP VM accessed via `gcloud auth login` + SSH?
✅ Question Body:
I'm working on a remote development environment using Google Cloud Platform (GCP). I authenticate and access my VM via:
gcloud auth login
gcloud compute ssh my-instance-name
Once ...
0
votes
0
answers
39
views
ERROR TouchGFXDesigner.App: Object reference not set to an instance of an object
I have an STM32cubeIde 1.16.0 project.
When I launch ApplicationTemplate.touchgfx.part, I get the following error in the log file:
2025-05-15 10:35:12,492 [1] ERROR TouchGFXDesigner.App: Object ...
5
votes
1
answer
2k
views
Neovim throws Lua error: "Failed to run `config` for lsp-zero.nvim"
I have setup neovim some month ago to see how coding in it is like. Today I updated the LSPs in Mason and after that I got the error below.
The error message occurs at every start now and I don't know ...
2
votes
1
answer
82
views
forEach is showing red bracket, but the script seems to be working
I am sure this is an error on my part, but since the script works, not sure if this is a problem waiting to show up at some point. I have 11 tabs, and the script will run through the first 9 tabs and ...
0
votes
0
answers
33
views
Make my IDE recognise methods from VUE mixin returned by a function
I use mixins retuned from a function,
mixin: [getMixin({})]
function getMixin(config) {
return defineComponent({
mixin: [myMixin, myOtherMixin]
})
}
but WEBSTORM fails to ...
0
votes
0
answers
25
views
Android Studio Editor Indexing Issue
I am so frustrated with Android Studio. I have two projects - one is a library, and one is the app that uses the library. These are built in two separate Android Studio windows.
When I make a change ...
5
votes
2
answers
986
views
Debugger goes into proc.go at every step
when I ran this test, put the breakpoint to fmt.Println this statement
func TestName(t *testing.T) {
fmt.Println("123")
}
it jumped to proc.go every time, how can I ...
1
vote
0
answers
31
views
How to enable tab switch in Golden Layout
Im using golden layout with some containers in it, in my app there is an edit mode that permise the user to edit and resize the containers, when the user finish to modify he click "end edit" ...
1
vote
1
answer
64
views
JetBrains IDE Column Selection Mode with Middle Mouse Button highlights empty lines, how to avoid this?
I'm trying to use Column Selection Mode with the middle mouse button (clicking the scroll wheel) in JetBrains IDE Rider, but when I use it to select vertically, it highlights empty lines as well. I ...
0
votes
1
answer
1k
views
How to remove dark background in Cursor IDE
I'm trying the new Cursor IDE (based on VS Code)...and it "highlights" like every piece of code separately with a dark bg (based on my theme I suppose), but it doesn't really make it easier ...
0
votes
1
answer
70
views
How to make windows for IntelliJ plugins
I would like to create an IntelliJ plugin that has a window, and that window needs to have a textbox and some other controls, including a settings button which brings up a panel in settings. ...
0
votes
0
answers
181
views
How to open file from Terminal in Android Studio
Is there a way to click directly on a file name from the Terminal in Android Studio and open the file in the editor? I know in other IDEs (e.g. VSCode) you are able to CMD+click on a file in the ...
0
votes
0
answers
120
views
Unable to Update Eclipse IDE – "Unable to Read Repository" Error
I am trying to update my existing Eclipse IDE to the latest version (12.2024). However, I encountered the following error during the update process:
Unable to read repository at jar:file:/C:/Users/...
0
votes
1
answer
96
views
How to prevent setting 'Search Selection' checkbox?
In the Delphi 12.2 IDE, if I select something to search for, then hit CtrlF, the Search selection checkbox automatically gets checked (as does the Entire Scope checkbox, but that does not bother me):
...