typescript.el
typescript.el copied to clipboard
TypeScript-support for Emacs
I recently encountered a TypeScript file at $WORK that caused Emacs to freeze for multiple seconds after changing the buffer's contents. I did a quick profile, and based on its...
hello! right now it seems that typescript mode doesn't support typescript 4.9 new features https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html `satisfies` operator syntax is not highlighted. is it possible to highlight keyword and type afterwards?
Comint mode includes the 'Error: ' part of the message in the path when trying to navigate to the file meaning that the file can't be automatically opened, and must...