Create diagrams in your VSCode
1 min read • 1 May 2023Views:
There can be cases where we need visual documentation in form of diagrams, flowcharts etc. for our project. We could've been using tools like excalidraw, draw.io to maintain such documentation. But what if we could do this within our code editor only (i.e. vscode). We can do this by using tldraw's vscode extension
Steps to create diagrams for your project in VSCode
- Install tldraw extension for VSCode
- Press CMD + Shift + P, write tldraw and click on new file
- Create your diagram, flowchart etc. and save it in your project.