Hi,
Do you know a way to make Atom editor to show code suggestions for Phaser 3? Things like methods and objects from Phaser. If that’s not possible, maybe I can achieve this in Sublime editor.
Hi,
Do you know a way to make Atom editor to show code suggestions for Phaser 3? Things like methods and objects from Phaser. If that’s not possible, maybe I can achieve this in Sublime editor.
That is already working now with TypeScript! Clone my repository and load it into Atom. Install the atom-typescript package and restart atom and you will have the autocomplete.