vscode-dbml icon indicating copy to clipboard operation
vscode-dbml copied to clipboard

VS Code language support for DBML

Results 7 vscode-dbml issues
Sort by recently updated
recently updated
newest added

Not a bug but more of an feature request, it would be really great if your code support for DBML included the ability to collapse sections or regions of code....

my only issue is that the highlight of the properties like int or null or which ever is it is not working atleast for me in vscode ![noHighlight](https://user-images.githubusercontent.com/8182095/93670817-83b9f380-fa9e-11ea-8ab7-ed91f7070b90.png)

dbml doesn't yet support schemas. The only way to use them is: `Table "[schema_aaa].[table_bbb]"` When creating the sql then it is not what it could be, it is created like...

Currently the syntax parser only highlights core SQL types for the column type. It should use a pattern so that enums are also highlighted.

Could you add the ability to view the diagram directly in the IDE, without having to go to the site?

Thank you for the plugin! Please, make a little fix: some keywords are not highlighted. Here is what I wish to add: Table settings: * headercolor (I recommend to use...

Hello @mattmeyers ! Please, can you check this change to add the file-icon for dbml file. --- Adding DBML logo as file icon for dbml file ### Before ### After...