Andreas Seibt

- Total activity 110
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Edited IntelliJ doesn't store run configuration
AnsweredI have created some maven run configurations, marked them as "Store as project file" and defined a directory where to store the configurations: But the configuration isn't stored. Only the last on... -
Created Question about generating getter / setter
AnsweredIntellij provides two default templates for generating setters: "IntelliJ Default" and "Builder". My team has decided to provide both standard setter and builder behavior in our DTO's. I tried to d... -
Created How to show concrete type instead of var in variable declaration
AnsweredI have read a hint somewhere how to configure the Java editor to show concrete types instead of var like this: Class myClass = new Class(); instead of var myClass = new Class(); and not as inlay hi... -
Created 2021.2 disable IDE sync
AnsweredI just installed 2021.2 and have some trouble with the synchronization of my IDE settings (sync failed). I'm not sure if i have problems with my companies firewall or with my account settings. So i... -
Created Question on inlay hints
AnsweredInlay hints are a useful feature of IntelliJ. But it is disturbing that they are displayed always when activated. Are there any opinion to show the hints only while entering code or, better, on a s... -
Created DataGrip marks TO_DATE in H2 db as error
AnsweredH2 has a function "TO_DATE", but DataGrip don't know this. When i use the function in SQL scripts Datagrip marks it as error: Kind Regards Andreas -
Created Datagrip blocks my application
AnsweredI'm currently use the latest EAP version of Datagrip. I'm working on a .NET Application which uses a SQL-Server 2017 database. In development i use a locally installed developer edition of SQL-Serv... -
Created Is it possible to store filter criteria between sessions?
AnsweredI'm working with an old legacy database which heavily uses composite primary keys. Additionally mostly i'm interested in the newest data so i have to sort the view by primary key descending. Each t... -
Created Nothing happened after clicking on "New Project"
AnsweredI would create a new project so i clicked on "New Project" in the welcome dialog. But nothing happens. I tried "File->New->Project" and nothing happened too. It took me some time to figure out that... -
Created How to reset the default project
AnsweredI tried to create a new project in DataGrip 2020.3.1. After entering the project name nothing happened. So i closed and reopened DataGrip. Since then i get the error message: How can i start DataG...