Development experience is a topic of constant improvement and currently there is a bunch of issues that covers the most valuable features that are planned to be improved.
For GWT (important for IDE client development)
For JS/TS (important for User Dashboard development)
Considered as Important for day-by-day using
Here is some context:
In order to preparation discussion in Cherkassy.
Here is the list of IDE issues R&D consider as critical for Che internal using.
Common:
PMs' perceptions of it (comparing with other) would be really useful.
Thank you to the team for thoughtful preparation of this.
I have some learning questions:
Here problem not only in search, but in file navigation too. We already have several issues with project tree performance like this https://github.com/eclipse/che/issues/3891 .
To make search more reliable we open file watching processes on all directorates/files in /projects this leads to this issue https://github.com/codenvy/codenvy/issues/1723
It works ok for small project but useless for big project like Che with multi-module structure.
Here also problem with multi-module project with many code source folders. When we develop first version of super-dev mode for Che we hardcoded all modules name in special command but when we add/remove/replace some Maven module this command won't work. So we need to in some way build those paths automatically.
In critical IDE issue I would add the simple text editing completion that is scrolling up my edit window.
When I ask for completion, my browser/edit windows is moving from where it was
here is a simple screencast
after I select code completion and hit enter with selected completion, my whole screen scrolls
Editor lines was from lines 65-95 and after I hit code completion the lines are 54-84

@gazarenkov AFAIK the screencast you used is coming from the issue I created there https://github.com/eclipse/che/issues/4397 but this problem should have been fixed right now by https://github.com/eclipse/che/pull/4669
Yes we can't reproduce it anymore
Few comments:
I've added #340 Formatting xml files as part of Code formating
Remove code formater because in current state this not critical for Dogfooding you always can format code with mvn fmt:format
@vparfonov can we format xml files with mvn fmt:format ?
@sunix I am not usre about any XML but pom.xml ypu can format with mvn sortpom:sort
Most helpful comment
Few comments: