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

please add a function to display the function list to the ide #237

Closed
vbzc opened this issue Mar 18, 2021 · 1 comment
Closed

please add a function to display the function list to the ide #237

vbzc opened this issue Mar 18, 2021 · 1 comment
Labels
conclusion: invalid Issue/PR not valid conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@vbzc
Copy link

vbzc commented Mar 18, 2021

please add a function to display the function list to the ide? I can jump to the beginning of the function in the code by double-clicking the function list item.

@vbzc vbzc added the type: enhancement Proposed improvement label Mar 18, 2021
@kittaakos
Copy link
Contributor

There is one, @vbzc. It's called the Outline view.

You can access the Outline view from the Command Palette.

  • Press F1 or Ctrl/⌘+Shift+P,
  • Use the Toggle Outline View command: just type Toggle Outline View and hit Enter.

If you select a symbol (method) in the Outline view, the signature will be highlighted in the editor.
If you select the method signature or the content, the Outline view updates.

This is how it works in-action:

screencast.2021-03-18.13-14-54.mp4

I hope this helps.

Related: #150 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants