Is it possible to push files to format into one running proccess using CLI?
Answered
I didn't find any information if it's possible to run file formatting similar to tsserver (Typescript server), pushing commands to one running process which format files. Formatting of a file seems quick, but 5+ seconds boot time of CLI makes it unusable when needed in real-time.
Mentioned guide:
https://www.jetbrains.com/help/idea/command-line-formatter.html
tsserver:
https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29
Please sign in to leave a comment.
No, related request: https://youtrack.jetbrains.com/issue/IDEA-160462.