Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
Mirabile Futurum
State
Open
Assignee
Ilya Ryzhenkov
Subsystem
Textual Actions
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Ilya Ryzhenkov
    5 years ago (05 Aug 2006 00:05)
  • Updated by   Sergey Shkredov
    4 weeks ago (26 Apr 2012 16:46)
  • Jira: RSRP-3249
    (history, comments)
 
RSRP-3249 Copy full entity name to clipboard
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
07 Aug 2006 15:16
5 years ago
Re: #3249- Copy full entity name to clipboard
I still think it is important. At least for IDE :)
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 15:16
5 years ago
Re: #3249- Copy full entity name to clipboard
Hmm... What's the full name of a method?