Open kachurun opened 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)
The support for definitions was added in commit 52eba563702e437b8fda5953ce01ce42476f7205 , are you sure you are using the latest version? The imports work fine to me
The imports don't support the "Go to Definition" or "Peek Definition" features:
So, you can't simply click on them or use a hotkey like CMD+B (in my setup)