Questions tagged [ide]
IDEs (Integrated Development Environment) are computer programs that facilitate efficient software development by providing features beyond those of a simple text editor.
10,962
questions
-2
votes
0
answers
30
views
Can I create development environments in docker? [closed]
I have found that having a development environment on my PC fills it up with programs, compilers, languages, engines, dependencies, and so on. It makes my computer a bit messy and I have a lot of them ...
0
votes
1
answer
6
views
How to make an automated build version in Keil IDE?
When I deploy embedded apps in Keil IDE, it's essential to update and know the current build version in my application, how can we make Keil IDE automatically generate the build version of the ...
-2
votes
1
answer
54
views
How to hide the __init__.py in every directory [duplicate]
I have a repo filled with lots of nested directories; in almost everyone, I have a __init__.py file. The problem is it makes it harder to visually search directories for the files, and it was ...
0
votes
0
answers
13
views
selenium ide switch to frame success but fail to click element
The test stuck at no.19 step but it's ok to run no.19-21 separately.
1.
open on https:// OK
2.
setWindowSize on 1005x850 OK
3.
click on id=menu1452 OK
4.
selectFrame on index=0 OK
5.
click on xpath=//...
0
votes
0
answers
39
views
Updated portable Eclipse issues in PyDev interactive console
I updated my portable Eclipse version from 2022-06 to 2024-06 and now for some reason when running Python code in Debug mode and stopping at a breaking point the following happens:
If I want to run ...
1
vote
0
answers
46
views
How to fix Fading Text RStudio IDE
When I scroll down into the script it seems that the text starts to fade and a top layer of text stays until I cliced again.
My specs:
Processor: Intel i7 1.8GHz, 2304 Mhz
RAM: 8 GB
I tried changing ...
0
votes
1
answer
16
views
WebStorm - npm install for docker node STUCK
I am using WebStorm for my next.js project and I'd like to use a fully containerized environment even for development, but when I want to execute npm install the installation is stuck for a long time, ...
0
votes
0
answers
15
views
Upload program to NodeMCU present in one network while user is present in some other network
I am doing one project where I frequently need to change the programming in NodeMCU. My NodeMCU is present in some Wifi network (say X) while I am around 50 km away from that network. Is there any way ...
-1
votes
0
answers
16
views
How Do I Disable the IntelliJ/CLion Vim Plugin in Terminal?
I want the vim plugin to be enabled in the editor windows, but be disabled in the terminal and other non-editor windows.
1
vote
2
answers
27
views
How to put the same character in the beginning of all rows using regex?
I have a list of 10 digit numbers in a txt file.
I want to put the same character in the beginning of all rows using regex, without changing the numbers.
I also want to put the character at the end of ...
1
vote
1
answer
38
views
How to set a shotcut key for copying absolute path in PyCharm's Remote Host window?
I am using Windows 10, PyCharm 2024.1.3 Professional. I want to know how to set a shortcut key for copying absolute path in the Remote Host toolwindow.
I have tried setting shortcut key for copying ...
0
votes
0
answers
19
views
How do I configure an IDE for pyROOT?
I am new to ROOT and looking to use pyROOT in particular. I want to setup pyROOT for an IDE and the few resources I found online did not seem to present how to configure an IDE and worked straight ...
0
votes
0
answers
29
views
My java program running well only with IDE env, not built jar
I made some simple java httpserver app for local
When I tested my app on IDE (like eclipse, STS) => It works that I expected
But When I tested my app that built with maven => Not working well
My ...
0
votes
0
answers
73
views
Split view on Android Studio not showing XML portion
Android studio will not show my the XML portion of the xml file. When viewing in split mode, only the preview is shown.
Image showing XML code not showing up
I've set the editor settings to all split ...
0
votes
0
answers
19
views
How to auto indent a selected block in vscode as in emacs
I am an emacs user and for a number of reasons I now have to use vscode.
I managed quite easily with the help of extensions to find almost all of the emacs shortcuts, only one of those that is most ...
0
votes
0
answers
25
views
I cannot get UART to communicate between my NANO and my TMC 2209 driver
I am trying to configure my driver using UART communication on my custom PCB but I cannot get the settings to change on the driver. The code Uploads fine but I cant seem to get the Microsteps to ...
0
votes
1
answer
22
views
How to avoid duplicated headers in source-tree using `add_subdirectory` in qt-creator?
Using CMake project in qt-creator, the IDE shows duplicated headers in the source tree.
(Qt-creator version 9.0.2)
When I navigate through the sources, groups of files are expanded and it become ...
0
votes
0
answers
15
views
Can cloud9 ide be deployed on another hosting server?
There is something I don't understand that got me confused, I saw a link which cloud9 ide was hosted on. What I don't understand is how this is achievable. below is the image of the link.
screenshot
I ...
0
votes
1
answer
40
views
PyCharm keeps asking to Configure Python Interpreter even though I have the venv folder
PyCharm repeatedly prompts me to "configure python interpreter," even though I haven't changed the path of my project.
Here's the sequence of steps I followed:
I deleted the existing venv ...
0
votes
0
answers
20
views
Python namespace with unused attribute detection
I want to refactor some constants so they share namespace in a Python project. Something like this:
class MyNamespace():
""" Does NOT need to be a class, this is just an example. &...
2
votes
0
answers
28
views
Visual Studio: Can we show references count on field initialization? [duplicate]
Visual Studio 2022 Version17.8.6
The screenshot shows that references count show on method, class, property initialization.
Can we show references count on field initialization?
If yes, how to do ...
0
votes
0
answers
22
views
php / IDE way to identify all classes and methods that have less than x usages
I would like to identify all classes and public methods in my codebase that have less than 2 usages. I can see this in my IDE (PhpStorm within an open file):
Is there some way to get a list of this ...
0
votes
0
answers
49
views
Unable to install tensorflow module on jupyter notebook
I tried installing tensorflow on jupyter notebook by using !pip install tensorflow but it gave this output: OSError Traceback (most recent call last)
Cell In[5], line ...
0
votes
1
answer
26
views
Why is WebStorm constantly in a "paused indexing" state?
Since about a week, I'm constantly getting this status in WebStorm, which I have to resume manually. It's very distracting and when I resume it finished quickly, so there doesn't seem to be a good ...
1
vote
1
answer
17
views
IntelliJ IDEA visual (not inspection) profiles?
I frequently have several different feature branches under simultaneous development. To minimize confusion I'd like to be able configure the IDEA UI to use different visual cues such as background ...
0
votes
0
answers
21
views
Disable formatting in quotes VS Code
I have mics language php file (PHP, HTML, CSS, JS). And I have Intelephense extension. And I have a code like that
<div class="sgmt" data-view="<?php $terms = get_the_terms($post-&...
0
votes
0
answers
17
views
Coding firmware for an analog mouse
Hey guys I'm pretty new to firmwares and coding IDE's but I'm building an analog mouse for a project and I'd like to get started on making it functional.
I know how to code the buttons, microswitches ...
0
votes
0
answers
44
views
Android Studio cannot add devices
I have a problem with android studio, it cannot add devices.Help me
https://i.sstatic.net/OlPuFsu1.png
https://i.sstatic.net/AJYFsZg8.png
https://i.sstatic.net/xFDsZ74i.png
https://i.sstatic.net/...
-1
votes
1
answer
41
views
Code runs in IDE normally but opens terminal and closes it immediately when double clicking the file
The code is:
import random
import time
import pyautogui as pag
print("The program has initiated!")
print("To stop the program, just close it")
while True:
x = random.randint(...
0
votes
1
answer
116
views
How to debug Angular 17 or 18 application with WebStrom
Hello everyone I am having problem with Debug.I tried the guide from JetBrains website but Debug is not working please help me.
I translated my words using google translate
I tried debugging using ...
0
votes
0
answers
20
views
easy way to code the sensor for jetson nano
how can I code a specific sensor's working if I connect it directly to the jetson nano board?
Is there any particular IDE to do that?
Is it okay to use breadboard in this process?
I was expecting a ...
0
votes
0
answers
18
views
jupyter notebook extension / IDE idea - general/preliminary inquiry
I have an idea for a Jupyter notebook extension that I think might help me (and hopefully other people) in a limited by meaningful way. I want to gauge whether to:
take this on as a personal ...
0
votes
0
answers
18
views
Frozen Modules; Spyder
I'm using Spyder through WSL2 (miniconda installed through Linux) and the debugger isn't recognizing breakpoints.
Upon starting a Spyder kernel in the Linux terminal with python -m spyder_kernels....
0
votes
0
answers
17
views
Incorrect backlight code in VS code for vue project
enter image description here
If there is a lot of when in the tag attribute, then the display of code highlighting breaks
I don’t know what settings in the editor affect this or what it’s called ...
1
vote
5
answers
108
views
Why can't my code print in the console, even thought it doesn't show an error?
why is my code not showing in the console? It doesn't even show error. It shows nothing in the console and I am not seeing any syntax or compilation error.
public class Practice11 {
public static ...
0
votes
0
answers
39
views
spyder-notebook not opening ipynb files after installation with conda
I have installed spyder and spyder-notebook with conda on my Mac as per:
conda install spyder -c conda-forge
conda install spyder-notebook -c conda-forge
After restarting Spyder, I can see the "...
0
votes
0
answers
17
views
Disable automatic closing of quotes in Visual Studio
I'm trying to disable automatic closing of quotes (and only quotes) in Visual Studio Professional 2022.
This can't be done in settings because this flag is coupled with automatic closing of brackets.
...
0
votes
2
answers
31
views
wrong ide launches when trying to run file
Im trying to download and run JythonMusic to use alongside my "making music with computers" textbook and am doing something wrong. The download instructions state to download the file and ...
0
votes
1
answer
36
views
how to convert Intellij plugin to visual studio plugin
At present, the commonly used IDE has Visual Studio Eclipse Intellij, if I want to develop plug-ins for these three ides, I have to write three sets of code.
I would like to know, whether there is a ...
0
votes
0
answers
61
views
Eclipse does not open after it is installed
So basically I installed the latest version of eclipse (The "Eclipse IDE for Java Developers" specifically) on Windows 10
It only opens once from the installer. From that it runs fine, I ...
0
votes
1
answer
50
views
Expected output in google colab but wrong output in Leet code
enter image description hereenter image description here
Here the same code gives correct output in google colab but shows wrong output in leetcode with the same inputs.
the code is supposed to take ...
0
votes
2
answers
439
views
Visual studio 2022 keeps crashing
Visual studio 2022 keeps crashing while openning.
so i am working on project of ASP.NET core api (.net 6.0).
everything was working file up until yesterday but today when i tried opening the project ...
-2
votes
1
answer
293
views
Zed Editor for Mobile Development (React Native and Swift)
I'm new to react native and I was wondering if anyone uses it for mobile dev? I'm currently using Zed IDE and its been absolutely incredible for web dev. However Mobile Dev requires a screen where you ...
0
votes
0
answers
20
views
Using different Python versions between projects
I am using different versions of python for different projects. I don't want to keep changing all the environment variables, my path and restarting my ides each time. What is the generally agreed way ...
0
votes
2
answers
64
views
Popup Error's in IDE when not running, vb.net VS2022
I have a complex solution with 27 projects in it. It is a tabbed interface with user controls. Trying to open up the main form causes many errors at times with no stack trace available. But, I do get ...
0
votes
0
answers
13
views
Eclipse gives the error "Unable to open file" when trying to run the project
Yesterday everything was working fine. Today I open Eclipse, run Index.jsp, then Notepad++ opens by itself (without anything, it just runs empty) and an error message appears above it:
Unable to open ...
0
votes
0
answers
13
views
The error comes when changing from Flutter project to Open Android Module In Android Studio mode
Build file 'D:\Flutter\flush_light\android\build.gradle' line: 53
A problem occurred evaluating root project 'android'.
Cannot add task 'clean' as a task with that name already exists.
Try:
Run ...
0
votes
1
answer
74
views
Visual Studio Code bad formatting in vuejs
I've reinstalled my Windows again and installed Visual Studio Code along with Prettier, but it's formatting the syntax and everything else very poorly. Below is an example of how it looks and how it ...
1
vote
1
answer
432
views
Error while running Flutter in android on Project IDX
I am facing an issue, wherein when I run the command "flutter run", it gives me two emulator options to choose from. No matter what I choose I get a "JAVA_HOME" error. And the ...
2
votes
1
answer
55
views
Google Apps Script methods returning "Proxy"
Google Apps Script is behaving really strangely for me and am wondering if anyone else has ever encountered the same issue and found a fix.
Instead of returning the objects / classes that the methods ...