glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Add shortcuts for selecting nodes #33

Closed mikolasstuchlik closed 1 year ago

mikolasstuchlik commented 1 year ago

This PR introduces two new shortcuts: Shift + e Select all nodes linked to already selected nodes Shift + h Select all nodes linked to hovered node (also selects the hovered node if not already selected)

glato commented 1 year ago

@mikolasstuchlik Sorry for the delay & thanks for this PR. Just tested this locally, seem to be very useful new shortcuts 👍.