FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

Types: add support for VSCode IntelliSense #1466

Closed wmertens closed 2 years ago

wmertens commented 3 years ago

this adds some non-commital TypeScript support, by adding JSDoc comment parsing to Prettier (allows checking for mistakes) and enabling error highlighting in VS Code and any others that might run TypeScript checking.

Note that no compiling is needed, this just adds static configuration to help out VSCode.

campersau commented 3 years ago

This would supersede https://github.com/FredrikNoren/ungit/pull/1463 right?

wmertens commented 3 years ago

Ah yes indeed, forgot I already made that one :)

wmertens commented 2 years ago

Any chance of getting this merged? It only improves dev experience withoout impacting runtime. It doesn't have to be perfect from the start either...