stewartadam opened a new issue, #4092:
URL: https://github.com/apache/netbeans/issues/4092
### Apache NetBeans version
Apache NetBeans 13
### What happened
I would like to organize imports alphabetically - no groups. I adjusted the
settings for the VS Code settings to remove all default groups, leaving only
the catch-all:
```
...
"netbeans.java.imports.groups": [
""
],
```
However imports are still organized by java, org, and then others (per
default setting value).
### How to reproduce
1. Edit VS Code extension setting to disable groupings (per above)
2. Organize imports or save a file
### Did this work correctly in an earlier version?
No
### Operating System
MacOS 12.3.1
### JDK
OpenJDK 11 (installed via brew) and temurin 18 (MacOS)
### Apache NetBeans packaging
Apache VSNetBeans for VSCode
### Anything else
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists