Sublime Forum

ST3: Rails and Namespaced classes

#1

When I have a class like the following in ruby, I have to select the entire “Report::BaseTrialBalanceReportsController” to use Goto Definition. ST3 should pickup the namespace and find the class in the namespace if the cursor is positioned anywhere within “Report::BaseTrialBalanceReportsController”, but that is not the case.

class Report::TrialBalanceCatReportsController < Report::BaseTrialBalanceReportsController ... end

0 Likes