I am new to ReSharper and was trying to write some simple plugins. I wanted to try to get full path of the file I am currently using.
Something like "C:\Project1\Firstfile.cs". If I am using "FirstFile.cs" in Visual Studio.
I was planning to show the full path as tooltip. Information of the few APIs I need to use to get the path would be helpful.