rikukissa / typehole

TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values

Home Page:https://marketplace.visualstudio.com/items?itemName=rikurouvila.typehole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respect prettier format

rwu823 opened this issue · comments

Could it detect if there is a prettier in the project then use the prettier format in the automatically generated type

Totally could, and I was actually just now looking at why that feature doesn't work currently in the extension (it should). Apparently, I've at least made a mistake there that leads the formatting to only apply for the file currently open and not the one where the type appeared. It will be fixed in the next release

Should be fixed and respect the selected formatter in 1.6.1