vscode-ruby-symbols icon indicating copy to clipboard operation
vscode-ruby-symbols copied to clipboard

Outline incorrect when comment starts with `if`

Open oeloeloel opened this issue 11 months ago • 0 comments

If a comment inside a method begins with if, the outline and breadcrumb views of symbols is incorrect

class MyClass
  def method_1
    # if in a comment
  end

  def method_2
  end
end
image image

oeloeloel avatar Mar 14 '24 19:03 oeloeloel