Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

autocomplete not working inside methods #72

@didacusAbella

Description

@didacusAbella

Your environment

  • vscode-ruby version: 0.8.0
  • Ruby version: 2.3.1p112
  • VS Code version: 1.5.3
  • Operating System: AntergosOS
  • Hardware (optional):

Make sure you have ruby, ruby-debug-ide and ruby-debug-basex19 installed before submitting your issue -- thank you !

Expected behavior

when i use a variable and call autocomplete it should list all methods of this variable

Actual behavior

autocomplete work only if the variable is outside the method

Steps to reproduce the problem

[1, 2, 3].e => inside a method does nothing
[1, 2, 3].e => outside methods autocomplete works as expected

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions