lee kingde
- 活动总数 63
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
创建于 [bug]Idea can't use jdk11 as maven importer
已回答When I import a new maven dependency in pom.xml If I make this jdk importer as jdk11, it will show error like: Unable to import maven project: See logs for details but if I change to jdk8, it succe... -
已编辑于 How the show horizontal scroll bar?
已回答Hi How to show the horizontal scroll? I have update the mac system preferences like always show the scroll. But it doesn't helpful. You will see, it will auto disappear, omg How to disable the... -
创建于 Auto new create file have no show?
已回答I run the code, it auto create a file, but no show in the left catalog. How to show it? -
创建于 [Bug]Some place the second items shows very slow or stagnate
已回答What steps will reproduce the issue?1. In the java class, right-click, show the menu2. Now, chose the items up and down by mouse3. When mouse stop or slide the second item, it show the second item'... -
创建于 How to use ctrl + → means move the cursor to next word in MacOS?
已回答In the windows default keymap, I can use ctrl + → means move the cursor to next word. But in the Mac, it means move the cursor to the end of current line. How to realize use ctrl + → means move the... -
已编辑于 How to show @deprecate like eclipse?
已回答eclipse: Idea: When I use @deprecate I want method to show like Eclipse , I think it more beautiful, How can I config like it? PS: @deprecate And @Overwrite Has same strikethrough style... -
创建于 How to use Ctrl + Alt + V to show interface?
已回答When I write new HashMap<>(); then use Ctrl + Alt + V: HashMap<Object, Object> objectObjectHashMap1 = new HashMap<>(); But I don't like it show me HashMap, I need to show Map like: Map<Object, Obj...