simonacca / tASTe

vscode extension for structural editing in 50+ languages
https://marketplace.visualstudio.com/items?itemName=simonacca.taste
MIT License
6 stars 0 forks source link

Implement swap #3

Closed simonacca closed 2 months ago

simonacca commented 2 months ago
      {
        "command": "taste.SwapBackward",
        "title": "Taste: Swap Node with previous Node"
      },
      {
        "command": "taste.SwapForward",
        "title": "Taste: Swap Node with next Node"
      },