10,948 questions
Advice
2
votes
3
replies
159
views
Recommendation of material, YouTube channel etc for dentist loving computer science?
I just start to dive in the world of programming. I'm in love with it and would be very nice to have some advice from you guys. I'm a dentist and I do love it, but still I love computer science. So, ...
0
votes
0
answers
73
views
Qt creator issue with relaunching programs
Qt creator has a version 16 and 19. There are some differences, but something that I've come to realize when making a project with the SFML library, is that on the Qt creator version 19.0.0, ...
-1
votes
1
answer
35
views
Tailwind CSS IntelliSense not working in Blazor Server (.NET 10) project in Rider
I’m working on a Blazor Server project targeting .NET 10 and trying to use Tailwind CSS.
I included the Tailwind CDN script in the <head> section of App.razor, and at runtime everything works ...
Best practices
1
vote
0
replies
140
views
.md architecture for cursor agent optimization for my next projects
I'm experimenting with a documentation architecture aimed at improving how AI coding agents (specifically Cursor agents) understand and navigate a project.
The goal is to reduce the amount of code the ...
6
votes
4
answers
7k
views
How do I update Google Antigravity IDE to the latest version inside the IDE itself? [closed]
I am using Google Antigravity, the AI-powered integrated development environment (IDE) from Google (agent-first platform based on a fork of VS Code) and want to know how to update it from within the ...
Advice
0
votes
2
replies
61
views
Can someone explain file management to me for Pycharm/ IDEs
I'm nearly a complete noob to development/ scripting but not to tech or computer work. I've had a hard time finding content explaining how file management works with IDE's like pycharm. In every other ...
Advice
0
votes
0
replies
72
views
How do IDEs like Cursor / Antigravity implement diff based code editing with accept/reject option while modifying existing code
when modifying a exiting code using these tools, instead of rewriting the whole file, the tool proposes changes inline , shows a diff, and lets you accept/reject the change (sometimes even per hunk). ...
Advice
0
votes
0
replies
23
views
How do I set the indent guides in Android Studio IDE in Windows environment to be the same as in Mac UI?
Windows UI
This is my Windows UI picture
MacOS UI
This is a picture of the UI of mac os
I want to add horizontal lines in mac os to my ide
My Android Studio version is
Android Studio Otter 2 Feature ...
Advice
3
votes
2
replies
31
views
Missing symbol auto import functionality in Jupyter Notebook
When writing python code in a jupyter notebook, I often have to remember the exact imports for the libraries I'm using or copy pasting them. When using an IDE, you will usually get a red squiggly line ...
0
votes
1
answer
74
views
Auto-generated GRPC classes aren't accessible as source folders in Eclipse IDE, but exist
I'm building a Java Spring Boot 4 backend platform split into microservices and leverage GRPC as communication protocol for in-between the microservices. My build tool is Gradle and I am facing an ...
0
votes
1
answer
25
views
How can I enable line numbers in the Uniface 10.4 IDE editor?
I don't know where to activate line numbers in the Uniface IDE. One of my colleagues has this activated in the IDE. However, the lines are not displayed for me.
0
votes
1
answer
65
views
WebStorm - There are no suggestions for NextJS' components inside "div"
When I try to request suggestions for NextJS components inside a <div>, WebStorm writes "No Suggestions". But when I request suggestions for the same component OUTSIDE of the div, ...
0
votes
1
answer
152
views
Google Apps Scripts "Folding Code" how does it work?
I just recently found out that you can fold code in the Google Apps Script Editor window. However, I'm wondering if anybody knows how it works.
On the images I've posted some "functions" ...
2
votes
1
answer
152
views
Rider keeps rebuilding the game every time I maximize the window or switch back to it
Issue
I am working on a project with Godot, and Rider is the development IDE. The issue is that the IDE keeps opening the Build tool and building the project whenever I switch back to it or maximize ...
Advice
0
votes
3
replies
64
views
VS Code disable automatic horizontal scrolling if current line still fits into editor
I'm experiencing something quite annoying in VS Code, namely that if I type code in a particular line, VSCode sometimes scrolls horizontally, even though I have not even used up half of the horizontal ...