question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nothing shown in VS Code Outline view

See original GitHub issue

Describe the bug Spring Boot Tools extension provides nothing in outline view.

image

To Reproduce Open project spring-petclinic, file PetController.java.

Expected Behavior Previously it was like below: image

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:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
BoykoAlexcommented, May 13, 2021

Fixed with 4f007de1bd710463d9bef8c89456d73b4d4fcb5f

0reactions
martinlippertcommented, May 7, 2021

@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"

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found