Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuickAction does not open the relevant module #4223

Closed
Tracked by #15408
asik opened this issue Jan 19, 2018 · 1 comment
Closed
Tracked by #15408

QuickAction does not open the relevant module #4223

asik opened this issue Jan 19, 2018 · 1 comment
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone

Comments

@asik
Copy link
Contributor

asik commented Jan 19, 2018

Repro steps

// SomeModule.fs
namespace SomeNamespace

module SomeModule =
    let someFunction () = ()
// Program.fs
module Program

[<EntryPoint>]
let main argv =
    someFunction()
    0

Invoke the first QuickAction on someFunction()
image

Expected behavior

Adds open SomeNamespace.SomeModule or otherwise fixes the code in a way that makes it compile

Actual behavior

Adds open SomeNamespace. The code still does not compile.

VS 2017 15.5.4
Visual F# Tools 15.4.1.18011902

@cartermp cartermp added this to the VS 2017 Updates milestone Jan 19, 2018
@dsyme dsyme added Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code. labels Feb 9, 2018
@cartermp cartermp modified the milestones: VS 2017 Updates, 16.0 Jun 20, 2018
@cartermp cartermp modified the milestones: 16.0, 16.1 Feb 21, 2019
@cartermp cartermp modified the milestones: 16.1, 16.2 Apr 23, 2019
@cartermp cartermp modified the milestones: 16.2, Backlog Apr 30, 2019
@dsyme dsyme added Area-LangService-CodeFixes Code fixes associated with diagnostics and removed Area-LangService-API labels Apr 5, 2022
@psfinaki
Copy link
Member

This one is fixed.

fixed.mp4

Closing, reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Bug Impact-Medium (Internal MS Team use only) Describes an issue with moderate impact on existing code.
Projects
Archived in project
Development

No branches or pull requests

4 participants