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

code comprehension #5

Open
GopherAtl opened this issue Mar 28, 2015 · 0 comments
Open

code comprehension #5

GopherAtl opened this issue Mar 28, 2015 · 0 comments
Labels
Milestone

Comments

@GopherAtl
Copy link
Owner

add system - possibly expanding on the syntax hilighting - to partially parse the code, identifying and tracking things like function definitions and variable assignments. Then apply this metadata in a variety of ways - jumping to function definitions and variable initializations; refactoring to rename functions/variables; detecting possible errors without requiring execution , like duplicate names in the same scope, or using uninitialized variables.

Possible focus for features of v1.3

@GopherAtl GopherAtl added this to the 1.3 milestone Mar 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant