TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

Feature request: customize the indent size inside tooltips #1513

Open kaiyoma opened 5 years ago

kaiyoma commented 5 years ago

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 appear with types.

lierdakil commented 4 years ago

Hi. Sorry about the long silence. Apparently, there is currently no way to confugure how the typescript language server formats types in quick-info. FWIW, we're setting all indentation-related tsserver options from Atom's tabLength setting, but those apparently only affect formatter and some codefixes.