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

[Feature] Make outline configurable for switch between PublishOutline and PublishFlutterOutline #137

Open
changyiyao opened this issue Sep 13, 2021 · 0 comments

Comments

@changyiyao
Copy link

changyiyao commented Sep 13, 2021

Hi guys,

For now, the outline CocOutline only shows the class, variables, functions, methods which are dart relates.
I'm not quite familiar with dart LSP server, but I assume after adding support for PublishFlutterOutline notification the outline can show additional informations about flutter such as the widget hierarchy?

If the above is true, the feature description is:

  1. Add a coc-config that makes LSP outline initialization option switch between PublishOutline and PublishFlutterOutline if they cannot be turns on at the same time.
  2. CocOutline show the corresponding outline that we can do actions(search, select, actions just like CocAction) on each widget in flutter build methods.

Also request the outline for publishFlutterOutline notifications which may show flutter widget tree?

Please open a new issue for publishFlutterOutline

Originally posted by @iamcco in #108 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant