Raathigesh / waypoint

📍 VSCode extension for navigating JS codebases

Home Page:https://waypoint.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions

sahandevs opened this issue · comments

I installed the extension and played with it for a while. I absolutely loved it. I know this is in the very early stage so i will put all the things here:

Suggestion

  • clicking on a keyword will move the stage to the target window when it's offstage

image

(skeleton window is opened and offstage)
after clicking on skeleton
image

it would be great to update the history states so we can use the back button on the mouse to go to the previous position.

  • opened windows
    a window that shows list of opened windows and when clicked on one it will show the window on the stage.

  • Indicate related window when hovering over the source
    image
    (mouse is over theme and the window left is indicated with black border)

  • Support for regions
    currently we can add a file or symbol to stage.It would be amazing if could use regions too.
    some use cases and examples:
    react hooks:
    image
    a class that can have two regions:
    region values:
    image
    region elements:
    image

Bugs
  • Sometimes texts get blurry
    image
    (notice right window is blury but left is not)

Thanks for your feedback. Appreciate it.

Hey 👋,

Shipped a new outline view which popups up when you press . will allow you to navigate between symbols on the stage easily.

Also, the symbols on stage will persist between refreshes or restarts now.