Lacaute Yannick
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 10
-
已编辑于 Can you make a InstellJ Ultimate stable version please ?
已回答The current version is AWFUL REALLY !Please stop add stupid useless feature, 80% of users probably use only 20% of all features, the most important thing is to have a STABLE IDE which is definitely... -
创建于 [Coding style] Does Idea propose a standalone tool to format java code with .editorconfig ?
已回答I would like to format the java code (and even many other file types) depending on the .editorconfig. I saw Intellij can do it natively, which is great !But I would like to do the same "without int... -
创建于 Resolve maven properties when starting from class
已回答As soon as I modify a Spring propertie, let say application.yml, and start the application from the main class (without any specific run configuration), a new properties file is generated in target... -
创建于 Find in path do not close automatically anymore
已回答I just installed the last version (2021.1.3) and I noticed an annoying change : When you open "Find in path" dialog, the dialog do not close automatically when you double click on a file on the re... -
已编辑于 Add static imports disappears from contextual menu
已回答I have no longer the option "add static imports" on ALT+ENTER in the contextual menu, I don't undertand why. I may have disabled this feature by mistake, or maybe it is a bug with the last version ... -
已编辑于 JS tests bug with symlink
I am working on a maven project, with a front module (javascript) and a back module (java). The problem : I fail to execute a javascript test with right click > run.On the template run config, if t... -
创建于 How to disable reformat for JS empty bracket ?
Hi, is is possible to keep empty JS object in a single lline ?I have: showModal: () => {}, After format: showModal: () => {}, Is there an option to NOT reformat in such case ? Thank you -
创建于 Where is YAML "Visual tree" in Intellij 2019 ?
已回答I just updated my version from 2018 to 2019.2 a feature has disappeared :2018 : usefull collapse option for yaml files 2019 : no more collapse optionIf this is not a bug, how to enable it again ?Th... -
创建于 Parameters indentation (on new line)
已回答Is there a way to format function parameters to a new line but without indentation, or with a classic indentation ?I found the same question in this SO post: https://stackoverflow.com/questions/393...