You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: