Resera
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
Resera 创建了一个帖子, 已回答where are trusted directories stored?
When I open a newly cloned repo with intellij idea, I get a dialog asking whether I trust the project, and if I select to trust it then future accesses are automatically granted without asking. ... -
Resera 创建了一个帖子, 已回答inspection results disappear from problems tab, can I get it back?
I generated a listing of deprecated API calls in my problems tab (using Code->Inspect Code) but after clicking around in my IDE, the report was no longer available under "Project Errors" . I know ... -
Resera 创建了一个帖子, 已回答JPA autocompletion for findby methods not working
Does the autocompletion for JPA repository findby methods require Ultimate Edition, or is there a plugin to get it working with Community Edition? (It doesnt work with my CE but does in the Ultima... -
Resera 创建了一个帖子, 已回答Vertical file listing available in Idea like in Eclipse?
In Eclipse, when the are so many files open that full filenames can't be displayed in the tabs, you see a ">>" indicator on the right of the tabs, and if you click it you see a vertical dropdown li... -
-
Resera 创建了一个帖子, 已回答Does IDEA provide any way to reformat build errors?
When I attempt to start my java project from a build configuration in IDEA, in the console there appears a very very long build error message: ERROR 75333 ---[main] - o.s.b.w.e.tomcat.TomcatStarter... -
Resera 创建了一个帖子, 已回答Where to define template variables?
In IDEA, our build.gradle file contains template variables like, for example in the repository section there is ${artifactory_password} Where in IDEA do I go to define those template variables for... -
-
Resera 创建了一个帖子, Running Jest in watch mode not working
I'm trying to get Jest tests to rerun upon file change rather than restarting the tests all over I added --watch to the Jest option in the run/debug configuration, however after making changes, how...