top | item 41507335 (no title) hou32hou | 1 year ago Do you mind sharing the Emacs package that does "tree based selection expanding" so I can better highlight their differences? discuss order hn newest yencabulator|1 year ago I haven't been active in Emacs world for a couple of years, but https://github.com/magnars/expand-region.el has been there for a while. I think the new code is right in lsp-mode and called lsp-extend-selection.VSCode has "Expand Selection".Mathematica has ctrl-. (http://xahlee.info/emacs/emacs/syntax_tree_walk.html)Zed has "select enclosing symbol" but that seems to jump to function level expansion immediately, I didn't see anything more gradual there.
yencabulator|1 year ago I haven't been active in Emacs world for a couple of years, but https://github.com/magnars/expand-region.el has been there for a while. I think the new code is right in lsp-mode and called lsp-extend-selection.VSCode has "Expand Selection".Mathematica has ctrl-. (http://xahlee.info/emacs/emacs/syntax_tree_walk.html)Zed has "select enclosing symbol" but that seems to jump to function level expansion immediately, I didn't see anything more gradual there.
yencabulator|1 year ago
VSCode has "Expand Selection".
Mathematica has ctrl-. (http://xahlee.info/emacs/emacs/syntax_tree_walk.html)
Zed has "select enclosing symbol" but that seems to jump to function level expansion immediately, I didn't see anything more gradual there.