Skip to content

Support mixed dotnet langs projects (F# mostly) #1623

Open

Description

@DustinCampbell Last I asked about possibilities for autocomplete of F# namespaces and types in omnisharp and the answer was it won't work because roslyn doesn't compile F#.

I think you may have mistaken my question, all I meant to ask was would metadata autocomplete work. (like it does for packages already).

This should be a small fix.
Currently the project loader tries to load the project with roslyn and if it fails ignores the project.
The fix should be to then try to find if there is already a built assembly and load that.

Like @enricosada did for FSAC ionide/FsAutoComplete#173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions