PhaserEditor icon indicating copy to clipboard operation
PhaserEditor copied to clipboard

IDE Javascript auto-completion "lag"

Open phidoi247 opened this issue 7 years ago • 5 comments

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 ?

phidoi247 avatar Nov 09 '18 02:11 phidoi247

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:

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.

PhaserEditor2D avatar Nov 09 '18 06:11 PhaserEditor2D

WildWebDeveloper is also another good alternative for JavaScript and TypeScript edition in Eclipse. :wink:

PyvesB avatar Apr 12 '19 21:04 PyvesB

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.

PhaserEditor2D avatar Apr 13 '19 02:04 PhaserEditor2D

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?

phidoi247 avatar Apr 13 '19 02:04 phidoi247

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.

PhaserEditor2D avatar Apr 13 '19 02:04 PhaserEditor2D