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

IntelliSense dropdown when pressing dot #66

Closed
chrisdias opened this issue Sep 22, 2016 · 3 comments
Closed

IntelliSense dropdown when pressing dot #66

chrisdias opened this issue Sep 22, 2016 · 3 comments
Labels
autocomplete feature-request Adds currently unsupported functionality

Comments

@chrisdias
Copy link

chrisdias commented Sep 22, 2016

Your environment

  • vscode-ruby version: 0.6.0
  • Ruby version: 2+
  • VS Code version: insiders 1.6
  • Operating System: osx
  • Hardware (optional):

I installed rcodetools per the extension readme.

Assume the following code:

x = "hello"
x.

Expected behavior

I expect the IntelliSense list to appear when i press .

Actual behavior

I have to type in a character that matches something in the IntelliSense list (for example c for capitalize, but x doesn't do anything) or press Ctrl+Space to get IntelliSense to appear. Languages such as JavaScript and TypeScript show the list on .

@HookyQR
Copy link
Contributor

HookyQR commented Nov 19, 2016

Should work with current version. Let us know how it is at your end now please @chrisdias.

@rebornix rebornix added the feature-request Adds currently unsupported functionality label Aug 13, 2017
@castwide
Copy link
Contributor

castwide commented Feb 1, 2018

This will work as of #248.

@wingrunr21
Copy link
Collaborator

Closing for issue cleanup. Apologies if this is still an issue. We are working to improve the core extension experience.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autocomplete feature-request Adds currently unsupported functionality
Projects
None yet
Development

No branches or pull requests

5 participants