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.

Intellisense cross files #212

@redeemefy

Description

@redeemefy

Your environment

  • vscode-ruby version: 0.15.0
  • Ruby version: 2.4.2
  • VS Code version: 1.17.0 (1.17.0)
  • Operating System: El Capitan
  • Hardware (optional):

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

Expected behavior

  • Intellisense for the class methods cross files

Actual behavior

  • Intellisense is not working for methods cross files

Steps to reproduce the problem

  • Create a file with a class and methods
  • Create a second file and require_relative the first file
  • Try to create an instance of the class and use methods of the class.
instance = Class.new
instance.__ # here should prompt me with the methods of the class

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions