| Summary: | [WISH] Open bookmarks through Quick Open (pluggable QO?) | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Diego Gangl <diego> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Diego Gangl
2024-07-16 18:24:57 UTC
We have a different shortcut for symbols, try (ctrl+alt+p) Thanks, I didn't know that one. However it works a bit different to what I'm proposing, since it only lists symbols in the current document rather than the entire project > it only lists symbols in the current document rather than the entire project
It should list the entire project's symbols. If its not doing that then check the lsp server that you are using. We just show whatever the server sends us.
The dialog shows up empty and symbols start showing up once you start typing. If it already has symbols then perhaps you are seeing a different dialog, probably from the CTags plugin (which also has a global search Ctrl+Shift+P).
Sorry for the delay. Just tested this. It does work the Typescript server. I couldn't get anything from Dart or Pyright (but that's a custom config anyways). I guess that part of this request is done, even if it is with a different shortcut. Works with dart lsp here (tried with a flutter project I work on, symbols appear after typing 2 or more characters). |