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
When calling a function, the signature help should be shown. Unfortunately, putting parentheses and commas does not trigger it. However, strangely it becomes visible when you type a comma between parentheses (e.g. of a function call) and inside a string.
For example:
throw new \Exception(",");
I reinstalled another version of Atom, and reinstalled the extension, but no chances. However, I'm not really sure whether it's a bug in this package, or the underlying language server.
The text was updated successfully, but these errors were encountered:
machitgarha
changed the title
Signature help is not shown util writing a comma in a string
Signature help is not shown until writing a comma in a string
Jul 25, 2022
When calling a function, the signature help should be shown. Unfortunately, putting parentheses and commas does not trigger it. However, strangely it becomes visible when you type a comma between parentheses (e.g. of a function call) and inside a string.
For example:
I reinstalled another version of Atom, and reinstalled the extension, but no chances. However, I'm not really sure whether it's a bug in this package, or the underlying language server.
The text was updated successfully, but these errors were encountered: