XML preview for sql server
Hi,
I'm new to DataGrip (and i'm loving it), but a small feature is missing to make my life so mucj easyer.
I would like to know if it's possible to have a preview of xml data stored in a table. Because for the moment I have to copy the data from the column in an other ide and reindent all the xml to see what's in it.
thanks
Please sign in to leave a comment.
Yes
1. Shift+Enter on the field (edit maximized)
2. Reformat code (Ctrl/Cmd+Alt+L)
Also, BTW, if you want to copypaste XML to another file to see what's going on, just create a scratch file inside DataGrip and say it's XML.
1. Ctrl/Cmd+Shift+A (Find Action)
2. Type 'new scratch', perform an action
3. Choose XML language
4. Paste.