lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 45 forks source link

Display an MRU for libraries #7

Closed lostintangent closed 3 years ago

lostintangent commented 3 years ago

When you add a library to a swing, we currently display the complete, alphabetical list of available libraries. However, it’s likely that users will use the same libraries over and over again, and therefore, we should explore displaying an MRU list at the top of the library list, to allow quickly picking your favorite library, in addition to being able to search for one.

lostintangent commented 3 years ago

This is now shipped!