10,956 questions
-1
votes
1
answer
52
views
Visual Studio References in Editor
How do I get rid of the references in the Visual Studio text editor?
0
votes
1
answer
53
views
IntelliJ change the scrollbar to be like Mac scrollbar but on Windows
Is there any reference for IntelliJ IDE to create a plugin to change the ugly scrollbar of Windows to be like Mac styled scrollbar, set border radius, width and height, color, etc?
Got a round around ...
0
votes
1
answer
241
views
Change IDE background color in Microsoft Visual Studio
I am an Emacs user who has to use MSVS IDE for a project. I am very happy overall except that I am trying to find a way to change the background color of the code editor. I prefer light gray and light ...
-2
votes
1
answer
57
views
why my code is showing "boot button is not pressed" in smowcode while coding ESP32
The logic was correct and there were no problems or warnings when I uploaded the code but it wasn't compiled. I also followed the instructions and clicked the boot button while uploading it was ...
0
votes
0
answers
287
views
Issues Editing Kotlin Code in Flutter Project with Android Studio: Preferences Not Saving
StackOverflow community!
I'm working on a Flutter project that includes both Dart and native Kotlin code. Initially, I used VS Code for the Flutter part and recently incorporated Kotlin for Android-...
0
votes
0
answers
194
views
Class disappears when switching from "Release" to "Debug"
I'm using Visual Studio 2022 (Version 17.9.2) to write some C# (.Net 8.0) Code. I have a Solution with multiple projects, and most of it works fine. However, I have a class "PreProcessor" in ...
0
votes
0
answers
111
views
GraalVM: Polyglot applications: Java classes in C++ IDE (including documentation, debug support etc.)
I'm evaluating if polyglot applications using GraalVM could be a solution for our next project. The goal would be to reuse the existing Java data model in C++ at 'develop time' (C++ IDE). Ideally with ...
0
votes
1
answer
402
views
How to fix lack of color contrast in VSCode selection tool? [duplicate]
In the image I have the letters "dg" highlighted in VSCode. VSCode then higlights the rest of string with a ever-so-slightly lighter color.
This is driving me insane. It's really hard to ...
0
votes
0
answers
577
views
Using Azure DevOps Server 2022 (On-Premise) with Visual Studio Code for Java Project
We are using Azure DevOps Server 2022 (On-Premise) for Source Control, integrated with Visual Studio 2022 for all .NET Projects.
We have recently inherited a Java project, and have decided to use ...
0
votes
0
answers
2k
views
I am getting this error using Eclipse : An error has occurred. See error log for more details. org/eclipse/egit/core/AdapterUtils
Error message
I tried re-installing Eclipse and the same message appears. I'm new to Java and don't know exactly what to do. I'm looking in forums and can't find a solution to this. Thank you in ...
0
votes
1
answer
281
views
Are 'Two Normals' in VBA's project explorer a problem?
As a longtime writer and editor and user of Microsoft Word, I have, over the years, created hordes of little macros to make my document-processing work go easier & faster.
Actually learning much ...
0
votes
0
answers
650
views
"NoClassDefFoundError: org.bouncycastle.operator.OperatorCreationException when running Java code"
I am encountering a NoClassDefFoundError with the following error message when running my Java code: NoClassDefFoundError: org.bouncycastle.operator.OperatorCreationException. This error occurs during ...
0
votes
1
answer
483
views
Visual studio 2019 C++ compiler error on release x64 with WinToast library
I use visual studio 2019 to write and compile an app in C++.In the Debug mode it works fine but in the release mode I get errors from the WinToast library:
Error LNK2001 unresolved external symbol ...
3
votes
1
answer
3k
views
How can I turn off this function name displaying feature in visual studio code? [duplicate]
Code Pannel:
How to avoid the function name displaying over other code?
Feels like a glitch in VS Code. The function name is displayed over the code part, making it confusing to understand where the ...
1
vote
1
answer
28
views
I can't find the location of "Configuration"
I'm currently using IntelliJ IDEA version 2023.3.2, and the "Edit Configurations" interface is quite different from previous versions. I can't find the relevant settings. How can I locate ...
4
votes
1
answer
2k
views
How to get IDEs (VS Code) to work with syntax highlighting with Protobufs (Python)
I am using VS Code, but I suspect the following problem exists across all IDEs.
When compiling a protobuf file (.proto) to Python (_pb2.py), the Messages will be available as classes, but Google's ...
4
votes
2
answers
680
views
Visual Studio Code IDE splitting screen in same file (not wanted)
I have an weird issue with Visual Studio Code.
I didn't split the screen, not collapsed some lines of code.
Nevertheless, when I scroll down, there is some random line that gets fixed and screen gets ...
2
votes
0
answers
499
views
Android Studio is extremely slow and become faster after few hours
i'm driving crazy about this, i don't know how to solve.
My Android Studio (Hedgehog | 2023.1.1 Patch 2) is extremely slow, it has a delay of 1-2s when i type something, but, weirdly, after some hours ...
0
votes
0
answers
44
views
Best way to start a python app/script/file with another python script so that it doesn't hold up the file that runs it
I am working on a python editor/ide and I have been using os.startfile(file_path) to run the files but because this is like starting them using python.exe the console closes as soon as the file ...
0
votes
1
answer
126
views
Visual Studio 2022 - Is there a way to "link" two tabs so they always view at the same time?
Example of 3 pairs of .h/.cpp I want locked together(https://i.sstatic.net/qEzRP.png)
Basically, I like to have my .h and .cpp files open together just so I can easily reference its members. I know ...
-1
votes
1
answer
89
views
Follow symbol does not recognize SYCL functions and keywords in Qt creator
I am using Qt creator 4.4.0 to develop a SYCL application. I am not able to follow the SYCL functions into the headers to check for their definitions in Qt like I can do with other standard headers ...
0
votes
0
answers
57
views
Why does the scrapy spider file run so slowly(/not run properly) after being imported in main file?
I wrote a scrapy spider which runs normally in the python script and can scrap texts. When I imported it as a module in the main.py file and tried to run it as a module there, my IDE just keeps ...
0
votes
0
answers
18
views
Issues getting JUnit to not spit errors in eclipse
I've tried uninstalling and re-installing. I've made sure it's in the classpath. I asked my instructor once and they just told me I need to fix it rather than providing me with instructions or clues. ...
0
votes
1
answer
292
views
How to open file as read-only in IntelliJ Idea, without changing its attributes?
In IntelliJ IDEA, I am sometimes opening files from outside the project, and want to protect them against my accidental changes.
Is it possible to toggle the editor to read-only mode? They have the ...
0
votes
0
answers
139
views
Jupyter Notebook isn't printing output
I have tried reconnecting to the kernel and also restarting the kernel but it has refused to print any output. Here's a picture that gives further details: enter image description here
I just want it ...