ide-typescript
ide-typescript copied to clipboard
Updates to tsconfig or files in dependencies require Atom to restart
The IntelliSense for TypeScript does not update when changes are made to the tsconfig.json or any file in a dependency of a given package.
On both Windows and Ubuntu, Atom has to be restarted completely for these updates to take effect.
EDIT: If having live updates for these changes is difficult or resource intensive, perhaps have an Atom command to force a re-check?
If you close all open .js or .ts files the server will stop and then opening one again will restart it too.
That seems to work on Ubuntu in most cases (sometimes I still have to restart), but it does not work on Windows.