I'm trying to make a SPA with .Net Core and Angular.
So I followed this tutorial: Microsoft
It runs perfectly. Even if I open the solution in VS4Mac.
The problem is that I can't edit the typescript files. I've searched everywhere!
I have the latest version of everything involved. NodeJS, VS4Mac, etc...
Update after the comments bellow:
- I've reinstalled VS for Mac and it didn't help.
- I can see and open them in VS. But as soon as I start writing, a box appears with a message "no completions found".
- I can open and edit in other editors.
- I even did "chmod 777" to a file just to see if it were the permissions, but it didn't help.
- I'd tried to disable IntelliSense, but No difference.
I have no idea of what is the reason why VS for Mac can't edit ts. And I'd like to use a native IDE, instead of a VM. Could it be that VS for Mac CAN'T edit typscript altogether? I haven't been able to prove otherwise. Has anybody else been able to edit TS with this IDE?