IDE Creates Multiple Folders as File Path is Being Typed
See original GitHub issueApache NetBeans version
Apache NetBeans 13
What happened
While trying to create a new PHP class, I was typing the location where the class will be created. As I was typing, The IDE created multiple folders that I Don’t need.
Expected to happen
Only the folders that hold the class should be created.
How to reproduce
- Created new PHP Application
- Created new folder with name
src
- Right-clicked on the folder and selected
New
>PHP Class...
- Entered
File
as class name, typedsrc/webfiori/framework
asFolder
and,webfiori\framework
asnamespace
- As typing the folder name, the IDE will start by creating folders.
Did this work correctly in an earlier version?
Not Sure
Operating System
Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
JDK
Java: 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7-27
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
Here is an image that shows the created folders.
Are you willing to submit a pull request?
No
Code of Conduct
Yes
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
File type associations | IntelliJ IDEA Documentation - JetBrains
Configure the IDE to recognize different file types and open files of certain types in IntelliJ IDEA by default.
Read more >Working with the IDE file browser | Looker - Google Cloud
The Looker IDE supports folders for your project files. Folders are shown in the left navigation pane of the IDE. If your Looker...
Read more >3 Ways to Create Multiple Folders at Once in Windows 10 & 11
1. Use Command Prompt to Create Multiple Folders at Once · Type Command Prompt in Windows search and click on Run as administrator....
Read more >Multi-root Workspaces in Visual Studio Code
Opening multiple folders with your platform's native file open dialog will create a multi-root workspace. command line --add. Add a folder or multiple...
Read more >c# - Create files in multiple folders - Stack Overflow
This code finds the current user's desktop path, and then uses System.IO.Path.Combine to ensure that paths are correctly concatenated together.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tmysik My idea is the following. It’s ugly hack… What do you think?
Get the “Created File” text field:
@tmysik Sure 😃 Will create it.