Closed mwoskowicz closed 6 years ago
What version of the gem are you using? This is what I get with 0.17.2:
I was able to reproduce this issue when I opened the file alone without opening a folder. I'll look into it.
The problem was in the server. It didn't cache an API map for undefined workspaces, so the extension couldn't resolve details for completion items.
A fix is pushed to the castwide/solargraph master branch. It should work correctly in gem version 0.17.3.
Thanks @castwide One more thing, a little offtopic. Is it still possible to set documentation to be written inline under function name instead of in the right panel? Couldn't find such option. Screen as example:
@mwoskowicz The right panel is a feature of VS Code itself. They changed the appearance of completion items a few versions ago. That screen capture is based on VS Code from March 2017. I should update the gif in the README.
Unfortunately, I don't know of a way to change the layout. If there's a configuration setting for it, I haven't been able to find it.
Fix published in gem v0.17.3.
VSCode 1.20.1
When I type and press ctrl+space, the methods do show but there's no documentation.
I have gem installed. Should anything else be done to make this working?