smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.

Home Page:https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Navigation

jarruda opened this issue · comments

Smithy is great at allowing you to break up an API over several files. While this is great for organization, it kind of stinks for discovery. It would be great if we could provide symbol information to VS Code so that you can navigate to referenced structures and operations.

This is something handled by smithy-language-server, which supports jump to definition. If that's not working, its probably a bug and we could use some more info about exactly what's causing it.