Turn off typescript functionality IntelliJ Ultimate 2019.1
Answered
Hi, I have just installed the latest IntelliJ Ultimate:
IntelliJ IDEA 2019.1 (Ultimate Edition)
Build #IU-191.6183.87, built on March 27, 2019
Subscription is active until April 17, 2020
JRE: 1.8.0_202-release-1483-b39 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.4
I cannot see how to turn off typescript inspections. Is this possible?

Please sign in to leave a comment.
Do you mean this: https://stackoverflow.com/questions/40866202/intellij-shows-method-parameter-hints-on-usage-how-to-disable-it ?
@sergeBaranov - thank you so much. That has solved the problem.
So with an update to:
IntelliJ IDEA 2019.2.1 (Ultimate Edition)
Build #IU-192.6262.58, built on August 20, 2019
And with parameter name hints unticked I am getting the following:
I am getting the following:
Any idea how I can turn this off?
thanks
ben, what file type/language do you edit? Dart has some additional settings for the closing labels: https://stackoverflow.com/a/56978403/104891.
@sergeBaranov
No, it's not that. I found out if you right-click the "Promise<AxiosResponse<T>>" I could then disable it.
Thanks for your help