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

F# - Add Function Dependency Status to Functions/IntelliSense for F# (like C# has) #17223

Open
vsfeedback opened this issue May 22, 2024 · 1 comment
Labels
Area-VS VS support for F# not covered elsewhere Feature Request
Milestone

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


I would like to suggest that the function dependency IntelliSense be added for the F# language in Visual Studio. It is super useful for me when programming in C# when I want to know what consumers are currently depending upon the function I am viewing. It gives me a heightened awareness of the interdependencies of my code. I use this to delete unwanted clutter code (making the codebase leaner) while also being able to find out exactly how the function is being used and for what which informs my decision-making and saves me a lot of time. This is a very practical feature of C#/VS that I'd love to see with F#/VS. I also believe the addition of this feature/tool would increase adoption to F# which I would assume is aligned with the interests of Microsoft.

image.png


Original Comments

Feedback Bot on 12/21/2023, 03:44 AM:

(private comment, text removed)

@github-actions github-actions bot added this to the Backlog milestone May 22, 2024
@abelbraaksma
Copy link
Contributor

abelbraaksma commented May 24, 2024

I think this is a great idea!

Adding the screenshot from the original issue here for reference/clarification (it wasn't converted correctly):
image

@abonie abonie added Area-VS VS support for F# not covered elsewhere and removed Needs-Triage labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-VS VS support for F# not covered elsewhere Feature Request
Projects
Status: New
Development

No branches or pull requests

4 participants