10,991
questions
0
votes
1
answer
45
views
Visual Studio: Auto Complete Template Braces < >
I can't find solution to auto complete angle braces <>.
I work in C++ and all others () {} work just fine. I browsed net and stack, but I could not figure this out.
Side note: I have vim plugin, ...
-2
votes
0
answers
55
views
Delphi 11.3 welcome page plugin example gives exceptions when closing the IDE [closed]
I try to create a welcome page plugin for the IDE of Delphi 11.3 (v22). I started from the Basic Demo from the directory "Embarcadero\Studio\22.0\Samples\Object Pascal\VCL\VCL WelcomePage". ...
0
votes
0
answers
32
views
How to make VSCode recognize assembly? "code language not supported or defined."
I am trying to write assembly with NASM installed on Windows 11, 64bit OS. However, VSCode wont recognize it or use NASM, neither in the terminal or using the Run extension.
I have tried editing the ...
-2
votes
0
answers
20
views
Can't open Cursor as new code editor without any problem after installing new [closed]
I'm in Windows 10, and just replaced the code editor from vs code to cursor but not working(can't open, run and not display with any).
I'm not sure why. I tried many times and same.
Please help me.
I ...
0
votes
0
answers
26
views
How to prevent STM32CubeIDE (Eclipse) from creating workspace dir after I delete it
On Windows, trying to delete some (about 5) old workspaces from STM32CubeIDE -- which basically is Eclipse. I deleted the workspace dirs, but the IDE re-creates them each time I launch it. I close the ...
0
votes
0
answers
17
views
PhpStorm 2024.2.4 - Debug/Run open internal browser at specific url
I have:
A project in my local XAMPP webserver
I code in PhpStorm and if I start the debug/run command, I just want to open the internal browser on a specific URL without relative path to the current ...
-2
votes
0
answers
28
views
How does the RAD studio license work, what exactly the serial number is?
I took a license for using RAD Studio (C++ Builder) at september 30. Then, yesterday, I wanted to run RAD Studio to study but it couldn't open and said 'Please, enter a valid Embarcadero serial number'...
0
votes
2
answers
19
views
How to make Tab Colors Persist in Visual studio?
Is it possible for the Tab Colors to always persist? Currently, the color only appears when the tab is selected which is not as helpful. This question applies to Visual Studio 2022. The colors ...
0
votes
1
answer
40
views
Ctrl+? engages the Zoom in Visual Studio [closed]
I've been working in Visual Studio for 3 months. There are times when I press Ctrl+A and the Editor starts Zooming in usually a lot, over 200%. It's difficult to reproduce. It never Zooms out only ...
1
vote
2
answers
93
views
Option to automatically save edited files before a test execution
I have not used Delphi for a long time, now getting back with Delphi 12 CE.
I think I remember an option to automatically save all changes before executing (with F9).
I don't find such an option. Does ...
0
votes
1
answer
53
views
Document Window selection behavior
I discovered the Document window which allows me to quickly jump to Methods in my C# files. However, I noticed one scenario where clicking a method in the Document Window does nothing on the screen ...
0
votes
0
answers
12
views
How to auto name tabs in Spyder
Is it possible to auto name tabs in Spyder so you don't have Console 1, Console 2, etc?
Perhaps using the name of the script that is being run?
0
votes
0
answers
11
views
RustRover - mark files which contain erors
I'm using RustRover and as far as I know files in IntelliJ are marked red if they contain errors. How can I activate this function in RustRover? I don't want to know how the errors are marked inside ...
0
votes
0
answers
12
views
Not finding main.c file
while flashing a STM nucleo board,after every step and intialising all the ports and saved the file even thought, i couldn't find the main.c file, its not showing in any of the desk
im expecting to ...
0
votes
1
answer
32
views
VSCode move primary side bar to bottom (*not* the activity bar)
In VSCode, I want to move the primary side bar to the bottom, so that it's easier to use VSCode in a profile-oriented monitor. Is this possible either in the settings or with an extension?
Note that I ...