nothing shown in VS Code Outline view
See original GitHub issueDescribe the bug Spring Boot Tools extension provides nothing in outline view.
To Reproduce
Open project spring-petclinic, file PetController.java
.
Expected Behavior Previously it was like below:
Additional Info OS: Windows 10 VS Code: 1.55.2 Java Extension: 0.77.0 Spring Boot Tools: 1.25.1 JDK: 11.0.8.10-hotspot
Other features of this extension seem to be working well. No suspicious log from output window.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
outline shows nothing but "The active editor cannot provide ...
I'm currently working on a HTML Designer Extension (https://github.com/node-projects/vs-code-designer-addon). It does display this error in ...
Read more >Visual Studio Code User Interface
The Outline view is a separate section in the bottom of the File Explorer. When expanded, it will show the symbol tree of...
Read more >VS Code tips — Hide symbols in the outline view ... - YouTube
Today's VS Code tip: hide symbols in the outline and breadcrumbsUse the 'show' settings to control the type of symbols shown in the...
Read more >Troubleshooting - Visual Studio Live Share - Microsoft Learn
VS Code (macOS), A warning appears telling you your macOS is not supported anymore by ... See here for details on what should...
Read more >VSCode - Outline do not show all Methods - PlatformIO IDE
... with VSCode, and it happen that the Outline View do not show all ... to remove/reinstall C++ plugin on PC not working...
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 FreeTop 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
Top GitHub Comments
Fixed with 4f007de1bd710463d9bef8c89456d73b4d4fcb5f
@Eskibear There is also a preference that you can set to let the Spring Boot Language Server dump its logs into a file that you specify. Maybe the logs of the language server will reveal more details here:
"spring-boot.ls.logfile": "~/Desktop/vscode-spring-boot-ls-logs.txt"