Is it possible to get IDE features like autocomplete etc in vs code with solargraph or ruby_lsp? #2165
steckoverflow
started this conversation in
General
Replies: 1 comment 3 replies
-
Unfortunately, not being a VS Code user, I don't know the answer to this, so hopefully someone else will have a more helpful answer. At least IRB can autocomplete |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, so first of all I just wanna say I'm a ruby newbie.
I'm trying to get IDE like editor support with things like autocomplete, go to definition etc for this library. But my experience is vs code is working quite poorly.
Ruby version 3.3.1
Installed via chruby
Vs code extensions
If I type something along the line
Ruby DB = Sequel.postgres('database_name', user:'user', password: 'password', host: 'host' port: 5432, max_connections: 10)
It runs but I dont get any auto complete or editor support. is it possible or what am I missing?
Again, excuse my ignorance just trying to learn
Beta Was this translation helpful? Give feedback.
All reactions