Vscode-ruby: Autocompletion from rcodetools doesn't work

Created on 21 Aug 2017  路  2Comments  路  Source: rubyide/vscode-ruby

Your environment

  • vscode-ruby version: 0.14
  • Ruby version: 2.3.3p222
  • VS Code version: 1.15.1
  • Operating System: Win10 Home

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

Expected behavior

Autocompletion works and I get the suggestions for an array:

#each
#each_index
#empty?
#eql?

Actual behavior

Autocompletion doesn't work
image

I can see some permission errors in the developer tools
vscode.txt

Steps to reproduce the problem

press Ctrl.space

Most helpful comment

The rcodetools gem hasn't been updated in over 8 years. I doubt it's maintained or supported anymore.

I published a separate VS Code extension that might suit your needs: Ruby Solargraph

It works well as an addition to the Ruby extension with no overlapping functionality outside of replacing the rcodetools version of code completion.

All 2 comments

The rcodetools gem hasn't been updated in over 8 years. I doubt it's maintained or supported anymore.

I published a separate VS Code extension that might suit your needs: Ruby Solargraph

It works well as an addition to the Ruby extension with no overlapping functionality outside of replacing the rcodetools version of code completion.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  4Comments

chrisnicola picture chrisnicola  路  5Comments

Yukaii picture Yukaii  路  4Comments

rachsmithcodes picture rachsmithcodes  路  5Comments

pelletencate picture pelletencate  路  5Comments