This is an extension for sprinklr-app-client repo. It contains snippets and actions which are very common and can save few seconds every time you use it
Features
Actions
Copy Import Path button in top right corner to copy import path which can be used in combination with importFromClipboard snippet.
Select text and press Cmd+e to copy import string
Run Prettier - shorthand for npm run prettier-fix
Run TSC - run tsc on an app (can select apps from options)
Move To folder - move current Component.tsx to ./component/Component.tsx and add index file. Works with hooks too
Scan Project - scan project to create indices
Trace Import Path - to identify how a file code is imported in another file
Show References - List all files in which the current file is imported
Scan Namespaces - scan namespaces from starting file to all static and dynamic imports
Resolve Path on clicking file import string, faster than VSCode
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