Lacaute Yannick
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 10
-
Edited Can you make a InstellJ Ultimate stable version please ?
AnsweredThe 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... -
Created [Coding style] Does Idea propose a standalone tool to format java code with .editorconfig ?
AnsweredI 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... -
Created Resolve maven properties when starting from class
AnsweredAs 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... -
Created Find in path do not close automatically anymore
AnsweredI 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... -
Edited Add static imports disappears from contextual menu
AnsweredI 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 ... -
Edited 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... -
Created 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 -
Created Where is YAML "Visual tree" in Intellij 2019 ?
AnsweredI 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... -
Created Parameters indentation (on new line)
AnsweredIs 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...