Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sprinklr SuperchargedNew to Visual Studio Code? Get it now.
Sprinklr Supercharged

Sprinklr Supercharged

Ajay Bhardwaj

|
11 installs
| (1) | Free
Extension for sprinklr-app-client repo
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sprinklr Supercharged for VSCode

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

0.0.8

  • Added Record Manager v3 generator
  • deperecated findChunks

0.0.9

  • Added moveToFolder

0.0.10

  • Fixed bugs in Record Manager v3

0.0.11

  • Fixed bugs in Record Manager v3, updated snippets

0.0.12

  • Fixed bugs in Record Manager v3

0.0.13

  • Fixed bugs in Record Manager v3
  • Updated snippet pack

0.0.14

  • Added tests support

0.0.15

  • Fixed Import path for self-serve-app, space-app

0.0.16

  • Fixed runTsc for self-serve-app

0.0.17

  • Refactored Copy Import path and runTsc

0.0.18

  • Deprecated Hello and insertRecordManager command
  • updated snippets
  • other minor changes

0.0.19

  • Updated import paths

1.0.0

  • Added File Reference, Trace Import Sequence, Namespace scanner
  • Added Import click resolver

1.0.1

  • Bugfixes
  • Removal of snippets and legacy code

1.0.2

  • Update extension name and readme

1.0.3

  • Added more file to scan project


Contribute

  • Clone master branch
  • Add your features/bugfixes in a separate branch
  • Build extension and test
  • yarn watch to start webpack build, yarn watch-workers if you are updating worker thread code. Use VSCode debug to test changes
  • PR will be reviewed and merged

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft