atom-typescript
atom-typescript copied to clipboard
The only TypeScript package you will ever need
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
The "Autocomplete parentheses" option doesn't work for arrow functions and this would be a nice feature to have.
## Some context I made a function that takes an interface with 5 properties as an argument. ```ts interface MyInterface { readonly myProperty : string readonly anotherProperty: number optionalProperty1?: number[]...
My team's projects use two spaces of indentation in all source files, so it would be nice if we could set this same level of indentation for the tooltips that...
It'd be nice to make the tooltip stay when hovering over it, and to disappear when the mouse leaves, similar to linter-ui-default or with atom-ide tooltips. Then we can make...
As of now, tooltips will only show properly if you import without the file extension on the file you're importing. However, the extension is sometimes needed, by Webpack for instance....
Atom is currently sunsetting (shutting down their services) so I switched to pulsar (https://pulsar-edit.dev/) as the successor. So is this package going to be maintained? According to the README.md it...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...