Andreas Seibt

Avatar
  • 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

    Answered
    I 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...
    • 3 followers
    • 3 comments
    • 2 votes
  • Created

    Question about generating getter / setter

    Answered
    Intellij 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...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    How to show concrete type instead of var in variable declaration

    Answered
    I 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...
    • 7 followers
    • 15 comments
    • 0 votes
  • Created

    2021.2 disable IDE sync

    Answered
    I 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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Question on inlay hints

    Answered
    Inlay 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...
    • 3 followers
    • 7 comments
    • 1 vote
  • Created

    DataGrip marks TO_DATE in H2 db as error

    Answered
    H2 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  
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Datagrip blocks my application

    Answered
    I'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...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Is it possible to store filter criteria between sessions?

    Answered
    I'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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Nothing happened after clicking on "New Project"

    Answered
    I 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How to reset the default project

    Answered
    I 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...
    • 2 followers
    • 2 comments
    • 0 votes