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

You can also configure Waypoint to index particular folders and configure module alias.