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
I was trying solargraph, and although on hover it tells me that x is a string, it is not providing method inference, however if I do b.x it does provide it
# This editor uses solargraph-rails to provide Ruby code completion.# Code suggestions include the core Ruby library, local class and variable# definitions, and hints from YARD documentation.# Hit ctrl+space anywhere in code to get context-aware suggestions.# Try entering `str.` and hitting ctrl+space to see String instance methods.classAdefx"-> { 3 }"endendb=A.newx=b.xb.x.ascii_only?# <-- provides type inference for b.xx.#<ctrl+space> #... <-- doesn't provide inference of possible options for x (
Thank you for your time, I couldn't find any similar issue.
The text was updated successfully, but these errors were encountered:
I was trying solargraph, and although on hover it tells me that x is a string, it is not providing method inference, however if I do b.x it does provide it
I tried in https://solargraph.org/demo
Thank you for your time, I couldn't find any similar issue.
The text was updated successfully, but these errors were encountered: