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
Due to Python's whitespace-based parsing, there are oftentimes nodes with identical boundaries. For example, {foo;} in Java would simply be foo in Python, but the structure still implicitly exists. The node in the hierarchy affects what editing operations are valid, so that's something to keenly be aware of working in Python.
TODO:
Complete tree-edit-syntax-snippets for all nodes (d151e7f)
Add keybindings in tree-edit-nodes for all nodes (d151e7f)
Due to Python's whitespace-based parsing, there are oftentimes nodes with identical boundaries. For example,
{foo;}
in Java would simply befoo
in Python, but the structure still implicitly exists. The node in the hierarchy affects what editing operations are valid, so that's something to keenly be aware of working in Python.TODO:
tree-edit-syntax-snippets
for all nodes (d151e7f)tree-edit-nodes
for all nodes (d151e7f)tree-edit--parse-fragment
parsing expressions as expression statements (deaac61)The text was updated successfully, but these errors were encountered: