Environment
- Operating System: Mac
- JDK version: 17.0.6
- Visual Studio Code version: 1.75.1
- Java extension version: 1.15.0
Steps To Reproduce
- Open a java project, like https://github.com/redhat-developer/vscode-java/tree/master/test/resources/projects/eclipse/simple-app
- Type the code
File f = new File("demo.txt"); in a main method > Code Actions

Current Result
The similar options 'Create xxx' show in different place.
Expected Result
It's better to put all the 'Create xxx' options together.
Environment
Steps To Reproduce
File f = new File("demo.txt");in a main method > Code ActionsCurrent Result
The similar options 'Create xxx' show in different place.
Expected Result
It's better to put all the 'Create xxx' options together.