Code Monkey home page Code Monkey logo

vuerd-vscode's Introduction

vuerd-vscode

vuerd ERD Editor vscode extension

npm version VS Marketplace version Published on webcomponents.org GitHub Codecov CI

ERD

vuerd

SQL DDL

vuerd

Generator Code

vuerd

Visualization

vuerd

SQL DDL Import

vuerd

Usage

Webview API

  1. ERD data [filename].vuerd.json Save a file as a form
  2. Focus on the saved file and click the vuerd icon in the upper right corner of the Editor window
    Image
    Image

Custom Editor API

  1. ERD data [filename].vuerd Save a file as a form

Theme

settings.json

{
  "dineug.vuerd-vscode.theme": {
    "canvas": "#282828",
    "table": "#191919",
    "tableActive": "#14496d",
    "focus": "#00a9ff",
    "keyPK": "#B4B400",
    "keyFK": "#dda8b1",
    "keyPFK": "#60b9c4",
    "font": "#a2a2a2",
    "fontActive": "white",
    "fontPlaceholder": "#6D6D6D",
    "contextmenu": "#191919",
    "contextmenuActive": "#383d41",
    "edit": "#ffc107",
    "columnSelect": "#232a2f",
    "columnActive": "#372908",
    "minimapShadow": "black",
    "scrollBarThumb": "#6D6D6D",
    "scrollBarThumbActive": "#a2a2a2",
    "menubar": "black",
    "visualization": "#191919"
  }
}

Document

Editor Keymap(default)

Name Keymap
Editing - ERD dblclick, Enter
Editing - Grid dblclick, Enter
All Stop Escape
Search - find, filter Ctrl + Alt + F
Undo - ERD Ctrl + Z
Redo - ERD Ctrl + Shift + Z
Selection - table, memo Ctrl + Drag, Click, Ctrl + Click, Ctrl + Alt + A
Selection - column, filter Click, Ctrl + Click, Shift + Click, Shift + Arrow key(up, down), Alt + A
Movement - table, memo, column, filter Drag, Ctrl + Drag
Copy - column Ctrl + C
Paste - column Ctrl + V
Contextmenu - ERD, Table, Relationship, SQL, GeneratorCode Right-click
Table Properties Ctrl + Space
New Table Alt + N
New Memo Alt + M
New - column, filter Alt + Enter
Delete - table, memo Ctrl + Delete
Delete - column, filter Alt + Delete
Select Hint - dataType, find Arrow key(right), Click
Move Hint - dataType, find Arrow key(up, down)
Primary Key Alt + K
checkbox - Grid, filter Space, Click
Move checkbox - Grid, filter Arrow key(up, down, left, right)
Relationship - Zero One N Ctrl + Alt + 1
Relationship - Zero One Ctrl + Alt + 2
Relationship - Zero N Ctrl + Alt + 3
Relationship - One Only Ctrl + Alt + 4
Relationship - One N Ctrl + Alt + 5
Relationship - One Ctrl + Alt + 6
Relationship - N Ctrl + Alt + 7

TODO

  • Undo, Redo Manager
  • Grid filter
  • ERD Table finder
  • Real-time simultaneous editing api
  • SQL index Support #9
  • SQL DDL import Support #7
    • Oracle
    • MSSQL
    • PostgreSQL
  • SQL-Query generator #3

License

MIT

vuerd-vscode's People

Contributors

dependabot-preview[bot] avatar dineug avatar yongwoonjang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.