These .fwt sources aren't recognized as Fan source by F4 and thus displayed as plain text without any syntax highlighting and of course no code completion at all.
SlimerDudeTue 15 Jun 2021
That's right, I don't think .fwt files have ever been considered as real Fantom source files.
The only place I've ever seen them is in the JS examples, and I believe that was just to help distinguish between client and server source.
CretinHoTue 15 Jun 2021
So it's not a convention and it's safe to just use the normal .fan extension?
CretinHo Tue 15 Jun 2021
These .fwt sources aren't recognized as Fan source by F4 and thus displayed as plain text without any syntax highlighting and of course no code completion at all.
SlimerDude Tue 15 Jun 2021
That's right, I don't think
.fwt
files have ever been considered as real Fantom source files.The only place I've ever seen them is in the JS examples, and I believe that was just to help distinguish between client and server source.
CretinHo Tue 15 Jun 2021
So it's not a convention and it's safe to just use the normal .fan extension?
SlimerDude Tue 15 Jun 2021
Exactly - I've never used any other extension!