Project
Ruby
Priority
Major
Type
Feature
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
  • Created by   Roman Chernyatchik
    2 years ago (04 May 2009 19:07)
  • Updated by   Dmitry Jemerov
    2 years ago (09 Nov 2009 14:46)
  • Jira: RUBY-3958
    (history, comments)
 
RUBY-3958 Autocomplete instance variables (defined in controllers) in helpers
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
Autocomplete instance variables (defined in controllers) in helpers

class MyController < ApplicationController
  def index
    @filter = get_filter()
  end
end

module MyHelper
  def foo
    @fi<caret> #<<- @filter should be in autocompletion list
  end
end
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments