Buckfan617
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 unable to run sql scripts in sql files
已回答i 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... -
创建于 Need Help - Intellij crashes after 2021.2 update
已回答after 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... -
创建于 Constantly invalidating cache
已回答i 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... -
创建于 Caret position in kotlin code
已回答Whenever 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... -
创建于 Language Injection
已回答Trying 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 ...