"Go To Declarations" again.
Resharper is a wonderful tool. I sincerely thank for offering this tool.
One of the very few dissatisfaction is "Go To Declaration".
In the default behavior of Visual Studio 2010, I can display declaration in the displayed meta data again.
Cannot be done in Resharper.
I hope to be able to use "Go To Declaration" feature in the metadata or disassembled code.
Thanks.
Please sign in to leave a comment.
Hello,
With ReSharper 5.0 or higher you should be able to navigate to metadata.
Have you looked at http://www.jetbrains.com/resharper/webhelp/Navigation_and_Search__Navigating_to_External_Sources.html
? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello.
I am sorry for the reply is slowing.
For example, I go to the declaration of System.String.
Then, the following codes is displayed.
The declaration cannot be seen even if it right-clicks on IComparable in this code.
Is there a method of enabling this?
I hope it is enabled in default.
Thanks.
namespace System { [ComVisible(true)] [Serializable] public sealed class String : IComparable, ICloneable, IConvertible, IComparable<string>, IEnumerable<char>, IEnumerable, IEquatable<string> {Attachment(s):
gotodecl.png