nhedger / vscode-inertia

Visual Studio Code extension for Inertia.js
https://marketplace.visualstudio.com/items?itemName=nhedger.inertia
MIT License
19 stars 1 forks source link

Component link not working with inertia() #19

Closed AliceKLWilliams closed 1 year ago

AliceKLWilliams commented 1 year ago

Hi, thanks for making this extension, it's super useful!

The component links don't work when using inertia().

It works when there is no content before the function call (including no indentation):

image

But once you add any content before the function call (including just indentation), it no longer links:

image

nhedger commented 1 year ago

Hey @AliceKLWilliams, thank you for reporting this issue.

The latest version fixes this issue and it should be available on the marketplace is a few minutes.

Please let me know if you find any other issues.