-
Notifications
You must be signed in to change notification settings - Fork 286
Intellisense not working #120
Comments
I'm having this issue as well. |
Same on OSX. VScode 1.9.1 (f9d0c687ff2ea7aabd85fb9a43129117c0ecf519) |
You can add the (fully qualified) command path if you're having problems: |
How do I find where my rctComplete in installed? |
@sepehr500 @HookyQR I use RVM, ruby 2.4.0 is my --default ruby and definitely has
Not seeing any errors or logging, is there any other manual way I can check or help debug? |
@raldred I found that rct-complete asked me for a ruby interpreter I didn't have (/usr/local/bin/ruby18). I just created a symbolic link between my interpreter and the one that rct-complete asked me for:
I think it would be better to have the interpreter for ruby18, im just linking my ruby2.3, but my intellisense is working now. By the way, I can't tell if it is fully working or not. edit: It seems that you can tell |
i have the same issue. sometimes it works kinda outside of functions but as soon as the file contains code that is project related (so non standard lib constants) i have a uninitialized constant error. do i need to configure the workspace or something? |
Still doesn't work. |
I have moved to using solargraph |
+1 |
+1, intellisense didn't show up for string methods.
|
Can someone guide please how to make this work if I am working on vscode installed on windows and my ruby is installed on WSL (Bash on Windows) ? |
+1 |
I commented on the WSL issue here: #100 |
The only solution I can suggest you for now is to install Xming which enables you to run UI applications on WSL. Then you can install vscode on your Ubuntu on Windows and run it (use this thread for instructions) I chose not to perform this update through Windows insider program and wait for the next official Windows 10 update which should include this build (Per microsoft it should come in April) |
Closing for issue cleanup. Apologies if this is still an issue. We are working to improve the core extension experience. |
Your environment
vscode-ruby version:
Ruby version: ruby 2.3.1
VS Code version: 1.9
Operating System: Ubuntu 16.04
Expected behavior
Hitting Ctrl+Space after ``[1,2,3].e` should bring up Intellisense
Actual behavior
Nothing happens, just the basic word suggestion appears.
Steps to reproduce the problem
``[1,2,3].e` should bring up Intellisense, but only brings up standard auto complete
The text was updated successfully, but these errors were encountered: