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

Determine a "support core" for IDE support and document generation #2893

Closed
ghost opened this issue Jul 14, 2019 · 1 comment
Closed

Determine a "support core" for IDE support and document generation #2893

ghost opened this issue Jul 14, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 14, 2019

Related: #21

I can think of a few things that both HTML document generation and IDE support have in common:

  • Joining a block of doc comments to sections of code (I don't know if this is already done in the AST)
  • Determining which sections of code to include in call tips and documentation
  • Determining a dependency graph for a complete project
  • ..

Maybe it's best to design a "support core" with both these use cases in mind, instead of working on those in separation.

@andrewrk
Copy link
Member

I think this is better discussed on the mailing list since there is nothing actionable here.

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