-
Notifications
You must be signed in to change notification settings - Fork 72
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
Angular: Editor jumps to top #1507
Comments
I have exactly the same problem when editing Typescript files. At first I thought I had a conflict with some other Eclipse plugin, but after a completely new, clean install (version 2024-03 (4.31.0), without any extra plugins) the problem continues. I tried to roll back to an earlier version of Eclipse, without success. The only way I can minimally work with the Wild Web Typescript editor is by disabling ALL Typescript Inlay Hints, although the window continues to flicker and jump slightly. |
Possibly related to what I am seeing - the JS editor is automatically folding imports and after editing code the imports expand and re-fold causing the editor text to jump around making editing impossible. I don't see a way to disable import folding (a feature I do not want). Is there a way to disable the folding? This is within I see this in the current eclipse release and the release prior with the latest WildWebDeveloper tools. I'll write up a separate defect relating to exactly what I see right now, but I'm having to use VSCode instead of eclipse because I simply cannot edit any javascript files without things jumping around. Other issue I wrote up: #1508 |
As said here: eclipse-lsp4e/lsp4e#895 (comment) To disable import collapses, simply install the latest version of lsp4e. |
I have enabled the following Language Servers
when I type in the editor to complete the Content assist the content jumps to the top but the cursor remains on the same position. Also the suggestions can hardly be selected due to the jumping around. The suggestions are not really included in the frame of the video since they lay outside - on the lower right corner one could assume them.
As it is now I cannot use this installation for coding in Angular. Up till now that was NO problem.
vokoscreenNG-2024-03-27_16-01-25.webm
The text was updated successfully, but these errors were encountered: