Salesforce Interactive Flow VisualiserVisualise your Salesforce Flows inside of your VSCode environment using this extension! You'll be able to interact with the flow nodes like you would in any flow diagramming tool, meaning you can move the view around, drag nodes around, see connections. With a UI somewhat similar to what you will find inside of Salesforce's native flow editor. Features
UsageOpen the Salesforce Flow you wish to visualise inside of VSCode, then run the Upcoming FeaturesThis was more of a hobby project for me, and it's still very early in development, and there's quite a few features I'd love to implement, but it's just finding the time to do so. Here are some features I'm planning on adding to this extension, feel free to suggest some to me via my github repo's issues if you've got an ideas!
Extension Settings
Known Issues
If you find any issues, feel free to report them here: https://github.com/jake-kirkman/vscode-salesforce-interactive-flow-visualiser/issues Flows are quite complex and have many branching possibilities, so reporting issues will help me improve this extension and make this a better extension for everyone Development notesFor those interested, this was build using Preact and packaging the extension using Webpack to have the two contexts (UI + VSCode Extension), then utilising ReactFlow for the interactivity within the UI. Release Notes0.1.0Initial Release. |