-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dogfooding improvements to use Che to build Che #5529
Comments
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 #3891 .
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. here is a simple screencast |
@gazarenkov AFAIK the screencast you used is coming from the issue I created there #4397 but this problem should have been fixed right now by #4669 Yes we can't reproduce it anymore |
Few comments:
|
I've added #340 Formatting xml files as part of |
Remove code formater because in current state this not critical for Dogfooding you always can format code with |
@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 |
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)
The text was updated successfully, but these errors were encountered: