Skip to content

Working list of F# version of Roslyn feature APIs to open up #11238

@cartermp

Description

@cartermp

Roslyn defines many interfaces and APIs that allow for certain visual studio features to light up.

Today, we get to access these via a shim layer. This avoids proliferation of IVTs and keeps the F# tools from breaking whenever Roslyn changes an internal API that affects us.

However, it does mean that if we want to light up a capability in VS that depends on one of those internal APIs, we need to add to the shim layer and rev our Roslyn depdendency.

This is a working list of APIs to get access to:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions