A VSCode extension for navigating and understanding
JSBubbles is a VSCode extension which makes it easy to find and read JavaScript without switching back and forth between multiple files. JSBubbles is inspired by Code bubbles, few ideas of the Light table IDE and various other projects. Getting startedInstall and activate
Configure and index your project
FeaturesFast symbol search Press `ctrl + f` to open the symbol search window. Search and select a symbol to bring to the stage. You can also filter symbols by type. The search supports "type", "var", "class" and "func" as filters. E.g: "type domain" or "func getItem" or "class View" or "var url" Open connected symbols Click on the markers in the bubble to open other connected symbols. Add symbol from a file Add symbol from file to stage. Take notes with a note bubble Add a note bubble and bring in other bubbles from the stage. ContributingHave a look at our contribution guide. |