vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
Document editor's input box to wrap text & resize per pane size
Describe the feature
Currently when you put the Document editor view into a split pane in bottom panel, the descriptions textbox will get truncated like so :
Would be great if we can warp text based on the available panel size.
Describe alternatives you've considered
-
Pulling the document editor to a separate full size pane. This works but I image having a lineage view while documenting is an intuitive experience.
-
Resizing the Document editor in split pane to take 50% of the area. I'd prefer 80/20 ratio to have more screen estate for lineage view.
Who will benefit?
dbt Developers who wants to document their models
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!