// index.ts
export { Component } from "./Component";
Please do not export everything from the index.ts file, as it can expose unnecessary implementation details and potentially cause circular dependencies.
The primary use case of this feature is to improve modularity and organization, making it easier to manage and import large or complex components/hooks.
🎨 Run Prettier
Shorthand for:
yarn prettier-fix
TODOs
Add support for automatic addition of workspace folders for file referencing via package.json
Auto run Scan Project action at interval to ensure file reference index is up to date
Additional Details
Requirements
VSCode >= 1.66
Known Issues
None
Release Notes
0.0.1
Initial release of extension - Added snippets
0.0.2
Added more snippet and Copy Import Path Button
0.0.3
Added Support for more packages/apps for Copy Import Path
0.0.6
Added Support for Insert Record manager and find chunks action with snippets updated
Added runPrettier and runTsc features
0.0.7
Added Cmd+e action to copy named export string
fixed copy import path not working for social-suite-app