Skip to content

Commit f9e47fc

Browse files
authored
docs: add typescript plugin recommendation (#605)
1 parent ae34a24 commit f9e47fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Please refer to the [unimport PackagePresets jsdocs](https://github.com/unjs/uni
400400

401401
## TypeScript
402402

403-
In order to properly hint types for auto-imported APIs
403+
In order to properly hint types for auto-imported APIs:
404404

405405
<table>
406406
<tr>
@@ -422,6 +422,8 @@ AutoImport({
422422
</tr>
423423
</table>
424424

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+
425427
## ESLint
426428

427429
> 💡 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

Comments
 (0)