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

Check for originating project/assembly of a symbol #73

Closed
dungpa opened this issue Mar 10, 2014 · 2 comments
Closed

Check for originating project/assembly of a symbol #73

dungpa opened this issue Mar 10, 2014 · 2 comments

Comments

@dungpa
Copy link
Contributor

dungpa commented Mar 10, 2014

With recently added multi-project analysis, it would be great if we are able to check which assembly/project a symbol is declared.

This information enables us to analyze projects more efficiently without resorting to analyzing all projects every time.

@ghost
Copy link

ghost commented Mar 12, 2014

An FSharpSymbol.Assembly property is available in 0.0.33.

@ghost ghost closed this as completed Mar 12, 2014
@7sharp9
Copy link
Member

7sharp9 commented Mar 12, 2014

Thanks, Ill see if I can use it for the unresolved assembly stuff in the addin.

dsyme pushed a commit to dsyme/FSharp.Compiler.Service that referenced this issue Mar 23, 2015
…ixes fsharp#50

closes fsharp#73

commit e127dfaa034ce8a515bb7aae57dc9c0d7e56a175
Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
Date:   Wed Jan 21 10:52:10 2015 +0100

    fix typos in XmlDocumentation.fs and ast.fs

commit 6f9902997b42ceddeb8ff4db7f533000e5b23998
Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
Date:   Wed Jan 21 12:17:58 2015 +0100

    Obsolete members are now also omitted in QuickInfo - references fsharp#50

commit ae547469cca7d50cde5feb6b4329e35e3f14d5c4
Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
Date:   Wed Jan 21 12:17:16 2015 +0100

    Capturing broken QuickTip for obsolete methods in test - references fsharp#50

commit 1e38a8a8889a805880c30cdb05075704e5732206
Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
Date:   Wed Jan 21 10:51:23 2015 +0100

    Members hidden from IntelliSense are now also omitted in QuickInfo - fixes fsharp#50

commit 5f27136d47c72ed2d9d502105ee5f65814e2c088
Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
Date:   Sun Jan 18 10:49:41 2015 +0100

    Capturing broken QuickTips for hidden methods in test - references fsharp#50
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants