Kal-Aster / vscode-riotjs

2 stars 1 forks source link

Go to definition #9

Open kachurun opened 6 days ago

kachurun commented 6 days ago

The imports don't support the "Go to Definition" or "Peek Definition" features:

    <script lang="ts">
        import { Observable } from '@common_src/lib';
        import type { Data, CurrencyItem, Plan } from '../typings';
...

So, you can't simply click on them or use a hotkey like CMD+B (in my setup)

Kal-Aster commented 5 days ago

The support for definitions was added in commit 52eba563702e437b8fda5953ce01ce42476f7205 , are you sure you are using the latest version? The imports work fine to me