You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,7 @@ Please refer to the [unimport PackagePresets jsdocs](https://github.com/unjs/uni
400
400
401
401
## TypeScript
402
402
403
-
In order to properly hint types for auto-imported APIs
403
+
In order to properly hint types for auto-imported APIs:
404
404
405
405
<table>
406
406
<tr>
@@ -422,6 +422,8 @@ AutoImport({
422
422
</tr>
423
423
</table>
424
424
425
+
For better navigation support when working with auto-imported APIs, consider using the [`@dxup/unimport`](https://github.com/KazariEX/dxup/tree/main/packages/unimport) package.
426
+
425
427
## ESLint
426
428
427
429
> 💡 When using TypeScript, we recommend to **disable**`no-undef` rule directly as TypeScript already check for them and you don't need to worry about this.
0 commit comments