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

PSI tree reference (regular expressions) #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

citizenmatt
Copy link
Member

Tracking PR for a branch looking at reference for the PSI trees. Picking off the easy ones first, to figure out a system so we can then tackle the bigger trees, such as C#. This is the regular expressions tree, and is based on the work for the XML PSI tree reference.

Likely to be lower priority than other areas that need documenting, especially when there are docs that are not yet up to date with ReSharper 9.

  • Generate skeleton reference files based on tree nodes, utils, navigators and element factories
  • Add Overview.md to provide a basic introductory article for the AST
  • Add Manipulation.md to provide an introductory article to manipulating the AST. Likely to be very similar to the XML one. Does this mean providing a single general page so that Manipulation.md just points to the relevant pages/types?
  • Simple doc comments on the tree nodes
  • Simple doc comments on the navigators

@citizenmatt citizenmatt changed the title PSI tree reference PSI tree reference (regular expressions) Jan 13, 2015
@matkoch matkoch force-pushed the master branch 2 times, most recently from 9f77212 to ea2a051 Compare September 16, 2022 00:30
@matkoch matkoch force-pushed the master branch 3 times, most recently from a468616 to 3b91bf7 Compare March 29, 2023 18:41
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

Successfully merging this pull request may close these issues.

1 participant