Buckfan617

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created unable to run sql scripts in sql files
Answeredi have a db scripts directory in my java gradle project. However, when opening a sql file, even after attaching it to a session it won't let me run the sql statements. i have to copy it to a scra... -
Created Need Help - Intellij crashes after 2021.2 update
Answeredafter updating to 2021.2, intellij no longer works at all: JDK15:C:\Program Files\JetBrains\IntelliJ IDEA 2020.2\bin>idea.bat Error occurred during initialization of VMjava.lang.NoSuchMethodError... -
Created Constantly invalidating cache
Answeredi am having continual problems with intellij being unable to resolve my imports even though it thinks it is there. See the suggested completion: Then i immediately see: Then if i go to DbColumnI... -
Created Caret position in kotlin code
AnsweredWhenever i am using kotlin, i have my format settings to align multi-line arguments with the parenthesis. However, when i type ",<enter>", it always moves me to the beginning of the next line: Th... -
Created Language Injection
AnsweredTrying to set up a rule that any call to the method getDbSql in a class called DbResource automatically injects the sql. This seems to work but only partially. For instance, the following kotlin ...