user12643921
user12643921

Reputation: 21

Typescript Support in Notepad++

It seems like Notepad++ App is missing Typescript from its list of supported languages.

Is that correct or am I missing something?

Notepad++ Version: 7.8.2

Notepad++ Language Menu Screenshot

Upvotes: 2

Views: 5567

Answers (3)

ritikaadit2
ritikaadit2

Reputation: 181

Typescript support was added in 8.1.4 release but you will have to uninstall notepad++ and install it again (I don't know why).

Typescript support in Notepadd++ 8.1.4

Upvotes: 1

pzaenger
pzaenger

Reputation: 11992

Edit: As answered by @Monsignor, TypeScript is supported since v8.1.4. Though it is not listed at the manual.

Notepad++ does not support TypeScript (Supported Programming Languages).

However, you might want to try Notepad++ support for TypeScript¹, which is also referred by Microsoft on its list for TypeScript editor support.

¹ Unfortunately the last commit was in 2017.

Upvotes: 1

Monsignor
Monsignor

Reputation: 2965

TypeScript is on the list since version 8.1.4

See https://notepad-plus-plus.org/news/v814-released/

Upvotes: 1

Related Questions