notepadplus-typescript
notepadplus-typescript copied to clipboard
notepad++ support TypeScript (Windows).
Settings Style Configurator Select Theme Deep Black Text is unreadable, eg blue on black
Your instructions were not clear. I figured it out, but I was looking for an existing `userDefineLang.xml` file and one dd not exist. You should have mentioned that if one...
```ts export class class5 implements pkg.interfacex { constructor() { // bug if(1 == 2) { // } // bug let x = { a: 1, b: 2, } // }...