-
-
Notifications
You must be signed in to change notification settings - Fork 383
Open
Labels
editorIssues related to the Defold editorIssues related to the Defold editorfeature requestA suggestion for a new featureA suggestion for a new featurelspIssues related to the Language Server ProtocolIssues related to the Language Server Protocoltext-editorAn issue related to the text/code editorAn issue related to the text/code editor
Description
In most modern code editors it's possible to quickly jump to a symbol (function) within the current opened file.
This speeds up moving operations especially with long files.
Describe the solution you'd like (REQUIRED):
Press a combination of key and have access to fuzzy finding to be able to quickly jump to any function in the opened file.

Describe alternatives you've considered (REQUIRED):
Using the search function is not a smooth and efficient way of operating.
Ideally it should be a keyboard shortcut, then start typing character to get a filtered list -> enter
Jump to definition requires to be on top of a function call.
Metadata
Metadata
Assignees
Labels
editorIssues related to the Defold editorIssues related to the Defold editorfeature requestA suggestion for a new featureA suggestion for a new featurelspIssues related to the Language Server ProtocolIssues related to the Language Server Protocoltext-editorAn issue related to the text/code editorAn issue related to the text/code editor