Skip to content

Feat: Expose full context information via API #614

Description

@wzj-zz

Thank you for this great plugin! I'd like to request an API to expose full context information

  1. All collected context information (including visible range near cursor)
int main(void) {
  if() { //Invisible
    if() { //Invisible
      if() { //visible
        [cursor pos]
      }
    }
  }
}

that can get context like:

int main(void) {
     if() {
      if() {
        if() { //visible

This would make it easier to export context for analyzing trigger conditions of specific code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions