Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ternary operator causes LS not to work. #55

Open
shadycuz opened this issue Sep 13, 2021 · 0 comments
Open

ternary operator causes LS not to work. #55

shadycuz opened this issue Sep 13, 2021 · 0 comments

Comments

@shadycuz
Copy link
Contributor

I need to gather more data on this but I'm not seeing any errors. In fact, when tracing I see a list of methods but they are not being displayed by the client, but for hover I'm not seeing anything.

Using:

Boolean test = true
String yes = 'yes'
String no = 'no'

String result = test ? yes : no

I lose hover/autocomplete in that function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant