Currently the only quick fix for a package name mismatch is to fix the package name. We should also support creating the folders and moving to the package spec like Eclipse and other IDEs support.
Environment
- Operating System: MacOS 10.14.6
- JDK version: 1.8
- Visual Studio Code version: 1.37.0
- Java extension version: 0.47.0
Steps To Reproduce
- Create Java Class
- add "package org.example.newproject;"
- Run quickfix
[attach a sample project reproducing the error]
attach logs
Current Result
No option to move to package spec folders.
Expected Result
Option to move to package spec folders.
Additional Informations
Currently the only quick fix for a package name mismatch is to fix the package name. We should also support creating the folders and moving to the package spec like Eclipse and other IDEs support.
Environment
Steps To Reproduce
[attach a sample project reproducing the error]
attach logs
Current Result
No option to move to package spec folders.
Expected Result
Option to move to package spec folders.
Additional Informations