Mark Lundin

Results 184 comments of Mark Lundin

If you take a look at [this project](https://playcanvas.com/project/1029633/overview/typescript) and open the `Point.js` class. _Note that you **do not need** the PlayBuild extension installed._ Open the Point class and it will...

If there was an editor api method `editor.call('editor:linting', false)` that would disable jshint, that would be great.

Not sure what you mean by 'can't create editable files'. I think JSHint actually overrides any linting done in Monaco, so updating the Monaco language won't actually change existing behaviour....

Yep that makes sense. I think the file suffix is somewhat independent as it's all just loaded into the editor as plain text. I think if TS will be officially...

The `concatenate` flag will inline this, which will always be a problem when creating workers. You can probably get around this using `URL.createObjectURL` with inline workers etc. Closing for now

Is this issues still happening @LeXXik? Can you make that project public, I can't access it

If you hover over the script name it does select it in the asset panel, although that only happens if you're currently in the right parent directory.

This looks like it's related to the autocompletion intellisense in the code-editor. Will have a look

Closing for now, as I think this has been previously fixed, and I can no longer replicate. Please open again if you can reproduce

For reference, we've got a proposal for this here https://github.com/playcanvas/editor/issues/1196