alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Ruby def method name doesn't autocomplete #58

Open Frexuz opened 7 years ago

Frexuz commented 7 years ago

Example code

def name
  # ...
end

When typing def name, there's no autocomplete when i write the first letter n :(