Project
Ruby
Priority
Normal
Type
Usability Problem
Fix versions
No Fix versions
State
Open
Assignee
Roman Chernyatchik
Subsystem
Rails. Code Insight
Affected versions
No Affected versions
Fixed in build
No Fixed in build
 
RUBY-3152 Colon shouldn't close completion list in paramdefs. It is valid prefix of symbol completion item!
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Colon shouldn't close completion list in paramdefs. It is valid prefix of symbol completion item!
# before
  redirect_to :controller => :notifications, <caret> :method => :post,

# after ':' 
  redirect_to :controller => :notifications, action: => : :method => :post,
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments