Introduction
Waypoint is a VSCode extension which aims to make navigating JS code-bases easier by providing you with delightful tools.
- ๐จ Fast symbol search
- Find the function, class, type or variable you are looking for faster than ever.
- ๐ฒ Filter while you search
- Filter your search results by applying filters such as classes, functions, variables and types.
- ๐ Bookmark your symbols
- Bookmark your symbols for later.
- ๐ Import symbols to the current file
- Import a symbol from bookmarks or search results into the current file with a click of a button.
- โฌ Supports JS, TS and Flow
- Supports JavaScript, TypeScript and Flow code-bases.
Getting started
- Install the extension from marketplace.
- Click on the Waypoint icon on the top right corner of any file to open the Waypoint panel.
You can also configure Waypoint to index particular folders and configure module alias.