You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
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 .
The text was updated successfully, but these errors were encountered:
Your environment
vscode-ruby
version: 0.6.0I installed rcodetools per the extension readme.
Assume the following code:
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
forcapitalize
, butx
doesn't do anything) or press Ctrl+Space to get IntelliSense to appear. Languages such as JavaScript and TypeScript show the list on.
The text was updated successfully, but these errors were encountered: