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
General. Search highlighting. A Search is a predicate on nodes. Highlight any node that matches the predicate. n/N jumps to the next/prev node that matches the predicate (via next/prev_inorder). There's a shortcut to clear the search.
General. Make overlapping search & cursor highlighting not awful.
1. Jump to next/prev node of given type
2. Find exact matches of the current node (like * in Vim). Should highlight and count the matches, ideally being lazy if there are a lot.
3. Substring search, over all texty nodes.
4. Tree search with "." for any single node and ".*" for zero or more nodes in a listy context.
MVP is at least (1), probably (1-3).
The text was updated successfully, but these errors were encountered:
Four levels of search:
*
in Vim). Should highlight and count the matches, ideally being lazy if there are a lot.MVP is at least (1), probably (1-3).
The text was updated successfully, but these errors were encountered: