Dawid Nawrot
- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 23
-
Created Show table data preview on mouse hover
I'm not sure whether I disabled it somehow but there was a very useful feature to not only show the schema of the table on hover but we could also see a small preview of the data. I can't find a wa... -
Created Understanding settings for Project / Driver / Data Source
I want to start working with code styling settings in more detail but I'm never sure which settings to change. I'm using BigQuery driver and have a source but the Code Style applied in the properti... -
Created Hard/soft wrap on type & paste
I'm still having problems configuring my DataGrip to what I would like it to be. Here is a screenshot: I have hard wrap guideline but as I type I would like the code to wrap with breaking only... -
Created Visual representation of boolean fields
CompletedThere used to be a nice bright blue tick checkbox for boolean fields, which made the visual scanning for the right value much easier and more pleasant. Now it seems we just get a dot that could jus... -
Created Hard wrap on paste
AnsweredStill trying to get the wraps to work correctly for me. It's working when I type but when I paste, the code goes beyond the 100 characters limit I set. Any chance I can have the same effect on copy... -
Created Problems with CTE
AnsweredSince there's no SQL dialect and I have to use General SQL, the CTEs are ignored in my ways: 1. Their syntax highlighting doesn't work 2. When cursor is inside CTE CTRL+Enter doesn't work 3. When ... -
Created Latest update changed font and styling
AnsweredNo idea how but the latest update has changed the font, which I can't get back for some reason, and the styling was reset. Anybody else experienced the same? -
Created Styling db->schema->table with grave accents (backticks)
AnsweredI would like to know how to style table names that are written in the following manner `database.schema.table` we use grave accents (backticks) because our database name contains a hyphen. The ... -
Created Sort columns alphabetically
AnsweredIs it possible to force DataGrip to show columns alphabetically rather than in the order they were created? -
Created Editor colour scheme - function overridden by keyword?
Not sure if I'm doing something wrong but I'm setting two colours: Purple --> keyword Blue --> procedure or function For some reason COUNT gets the same colour as other keywords like INT...