Syntax only server creates inferred project with all the open files w… by sheetalkamat · Pull Request #38561 · microsoft/TypeScript (original) (raw)

I'm finally trying this out with VS Code Insiders! Pretty cool! A couple of thoughts and ideas

From the editor side:


From the TypeScript side:

@CyrusNajmabadi, how does Roslyn work when types haven't been resolved yet in things like quick info and signature help?

For example we have this signature

image

but CodeActionsState.State can't be resolved, so signature help looks like this:

Untitled