-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
Thank you for this great plugin! I'd like to request an API to expose full context information
- 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.
bew
Metadata
Metadata
Assignees
Labels
No labels