Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PlantUML Relationship ReverserNew to Visual Studio Code? Get it now.
PlantUML Relationship Reverser

PlantUML Relationship Reverser

EINS LLC

| (0) | Free
Relationship reverser for PlantUML
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PlantUML Relationship Reverser

rel-reverser is a tool for reversing relationships in class diagrams or ER diagrams on PlantUML.

Features

Reverse the relationship between the classes as follows.

before: "Class A" "*"--> "1..5" "Class B" : > label
after: "Class B" "1..5" <--* "*" "Class A" : < label

Just place the cursor on the line you want to change and press Ctrl+Shift+/.

Pressing Ctrl+Shift+Alt+/ swaps the only classes or entities while keeping the relationship intact.

before: "Class A" "1" --> "1..5" "Class B" : > label
after: "Class B" "1..5" --> "1" "Class A" : > label

It supports not only class diagrams but also ERD (Entity Relationship Diagrams), and accommodates the representation of all types of relationships.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release.

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