History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-3249
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Copy full entity name to clipboard

Created: 05 Aug 06 00:05   Updated: 17 Mar 07 16:44
Component/s: Code Insight
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-20166 Copypaste Symbol Qualified Name Closed

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=3249


 Description  « Hide
On class, method, inner class, property and so on allow to copy full name to clipboard:
namespace MyCompany.MyProduct.Subsystem
{
  class Entity
  {
    void foo|(); // caret here
  }
}

Should put "MyCompany.MyProduct.Subsystem.Entity.foo" string to clipboard.

Rationale: Communicate exact entity to some external resource, like bugtracking system, team members, documentation, etc.

Ideally, accompanying feature like "Goto full name" would be nice, so that pasting such full name would position caret at the entity.



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 07 Aug 06 15:16
Re: #3249- Copy full entity name to clipboard
I still think it is important. At least for IDE

Valentin Kipiatkov - 07 Aug 06 15:16
Re: #3249- Copy full entity name to clipboard
Hmm... What's the full name of a method?