Wojtek
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
-
Created Handling for k8s/helm conditions
AnsweredIt would be nice if Idea would show start/finish of conditional in helm chart (and allow folding it). For example ``` {{- if .Values.my.value }}- name: KEY value: {{ .Values.my.value | quote }}{{-... -
Created ForceWrap javadoc popup?
AnsweredIs there an option in Idea to force-wrap text within JavaDoc popup? It seems that there is something like min-width after which there is no wrapping IntelliJ IDEA 2020.1 (Ultimate Edition)Build #... -
Created 3-way diff window
AnsweredHow to open 3-way diff window manually? I found quite a lot of issues in YT mentioning it but they seem to reference merging in git. It would be nice to have option to open 3-way diff window and pa... -
Created JavaEE javadoc API documentation
AnsweredI jave JavaSE SDK setup just fine and documentation shows up in the popup after hitting F1, but I'm struggling to have similar setup for JavaEE. I've downloaded complete JDK (which is basically a b... -
Created No "Web Application"
AnsweredI have a question similar to https://intellij-support.jetbrains.com/hc/en-us/community/posts/206837585-No-web-application-framework- but... I'm using IDEA Ultimate 2017.3 and I have various web fr... -
Created Do you want to search for accessors?
AnsweredHow can we make idea always search for accessors to avoid "Do you want to search for accessors" prompt every time? On the same note - how to always search for usages of base method? It yields erro...