IDE Javascript auto-completion "lag"
Dear PhaserEditor,
After test, the UTF8 issue of the IDE has been fixed. Thank you for your hard working.
But there are some problems still not fixed. I'm working in a project with about 30 .canvas files. The IDE will be "lag" if i use the "ctrl + space" or copy some code line. So i just use the IDE for design and use Visual Studio Code for coding. Can you fix the "lag" issue of the IDE ?
Hi,
At the moment we cannot fix the lag of the JavaScript editor. It is an old plugin from Eclipse that is not activatelly developed anymore.
You have the option of install TypeScript IDE or just disable auto-completion:
In Window > Preferences > JavaScript > Editor > Content Assist > Advanced uncheck all the proposals. Look the image:

However, to use Visual Studio Code for coding is a good solution. One of the goals of Phaser Editor is that you can use it together with other tools.
In the next Phaser Editor version 2, we replaced the JS editor by a modern (yet experimental) editor works with the language server protocol of VS Code, so we hope it will provide a better experience.
WildWebDeveloper is also another good alternative for JavaScript and TypeScript edition in Eclipse. :wink:
WildWebDeveloper is also another good alternative for JavaScript and TypeScript edition in Eclipse.
Yes, and it is the default option in v2 of Phaser Editor :)
The v1 series of the editor is attached to an old Eclipse version, I don't know if it is compatible with WWD.
WildWebDeveloper is also another good alternative for JavaScript and TypeScript edition in Eclipse.
Yes, and it is the default option in v2 of Phaser Editor :)
The v1 series of the editor is attached to an old Eclipse version, I don't know if it is compatible with WWD.
do you still update for v1 ide?
do you still update for v1 ide?
Yes, but only with bug fixes and minor features. or blocking issues if you are a paid user. We are not going to update it to a newer Eclipse version. The main effort is to move forward v2.