Resharper Typescript, Angular BAD support
Hello,
Since 2010 I have been using Resharper as the best productivity tool for a developer.
However today we need a lot of support from Resharper when we work with Typescript and Angular.
However, it turns out that WE ARE SUFFERING A LOT because Resharper's intellisense does not work.
Resharper gives us a false alarm of incorrect code. See the url below to understand the problem.
I am very very very disappointed because today the development is going on the front side and not much on the server side.
When are we going to have a version that works to assist us on this subject please?
Regards,
Sam
Please sign in to leave a comment.
Hello Samir!
Thank you for the feedback.
Could you please describe the problem in detail?
What kind of false alarms do you get? Some code sample/screenshots will be very helpful.
In which cases intellisense is not working?
Thanks in advance.
Hi,
Thanks for help Angelina.
I give you 2 examples of false alarms from.:
About a Angular service :
@Injectable(
{ providedIn: 'root' }
)
export class DommagesServices {..}
2nd example:
This code is working fine and when you disable Resharper all issues disappeared!
Sam