alexwl / haskell-code-explorer

Web application for exploring and understanding Haskell codebases
MIT License
509 stars 20 forks source link

Enhancement: keyboard shortcuts with completing search #17

Open langston-barrett opened 5 years ago

langston-barrett commented 5 years ago

It would be great to be able to navigate the UI with keyboard shortcuts combined with fuzzy/completing search. A few specific ones I would find useful:

alexwl commented 5 years ago

I agree that keyboard shortcuts are great.

This can be implemented purely on the client side:

This would require changes on the server side: