Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to navigate around Micronaut project by URI and beans. #6123

Merged
merged 2 commits into from
Jun 28, 2023

Conversation

dbalek
Copy link
Contributor

@dbalek dbalek commented Jun 26, 2023

Adding an ability to navigate around the Micronaut projects by URI and beans.
The keyboard short cuts for that are:
Mac: Cmd-Shift-O (symbols in file), Cmd-T (symbols in workspace)
Linux/Windows: Ctrl-Shift-O (symbols in file), Ctrl-T (symbols in workspace)
Examples
@/ shows all defined request mappings (mapped path, request method, source location)
@+ shows all defined beans (bean name, bean type, source location)

@dbalek dbalek added the Micronaut [ci] enable enterprise job label Jun 26, 2023
@dbalek dbalek added this to the NB19 milestone Jun 26, 2023
@dbalek dbalek self-assigned this Jun 26, 2023
Copy link
Member

@sdedic sdedic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@apache apache locked and limited conversation to collaborators Jun 27, 2023
@apache apache unlocked this conversation Jun 27, 2023
@dbalek dbalek merged commit 92ca4bc into apache:master Jun 28, 2023
67 of 68 checks passed
@dbalek dbalek deleted the dbalek/mn-symbols branch June 28, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Micronaut [ci] enable enterprise job
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants