atom-typescript icon indicating copy to clipboard operation
atom-typescript copied to clipboard

Feature request: customize the indent size inside tooltips

Open kaiyoma opened this issue 6 years ago • 1 comments

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.

kaiyoma avatar Oct 02 '19 22:10 kaiyoma

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.

lierdakil avatar Dec 05 '19 04:12 lierdakil