Project
ReSharper
Priority
Normal
Type
Cosmetics
Fix versions
No Fix versions
State
Open
Assignee
Slava Tutushkin
Subsystem
Live Templates
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Valentin Kipiatkov
    5 years ago (05 Aug 2006 01:34)
  • Updated by   Oleg Stepanov
    19 months ago (05 Oct 2010 20:34)
  • Jira: RSRP-5002
    (history, comments)
 
RSRP-5002 Live templates: "Suggest variable name" should not suggest name for wrong symbol kind
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
For a template like "private $Object$ $Name$;", it should not suggest capitalized names for $Name$ - because it's definitely not a property (unlike Ctrl-Space which does not know that).
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 16:48
5 years ago
Re: #5002- Live templates: "Suggest variable name" should not suggest name for wrong symbol kind
Note that in case template is like

$Object$ $Name{ get; set; }


then it should suggest property names! The same for other symbol kinds.
Valentin Kipiatkov
  Valentin Kipiatkov
07 Aug 2006 18:08
5 years ago
Re: #5002- Live templates: "Suggest variable name" should not suggest name for wrong symbol kind
Note that in case template is like

$Object$ $Name{ get; set; }


then it should suggest property names! The same for other symbol kinds.