smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Model Navigation #16

Open jarruda opened 3 years ago

jarruda commented 3 years ago

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.

milesziemer commented 2 years ago

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.