-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Labels
Description
With Enable Preview From Code Navigation turned on, navigating through multiple dependecy files will not get me get back in the same order.
Environment
- Operating System: WIndows 11
- JDK version: 21
- Visual Studio Code version: 1.94.2
- Java extension version: 1.35.1
Steps To Reproduce
- Clone demo.zip
- Enable Enable Preview From Code Navigation in VsCode settings
- Open DemoApplication.java
- Navigate to SpringApplication by CTRL+Left Click, and then navigate to SpringApplicationBannerPrinter, it will open the claas in the same tab
- Try to navigate back, it will get you back to the DemoApplication instead of SpringApplication, it will completly ignore dependency claas
The outcome should be that the navigation should go through all visited places in editor, including .claas files opened in same tab.