We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rename Symbol (F2) functionality doesn't work at all.
Rename Symbol (F2)
pressing enter after this screen does nothing.
enter
pressing preview(shift+enter) results in error in terminal:
shift+enter
/home/scarf/.nimble/bin/nim secret MyStream Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish ~/r/e/nimapple ffmpeg ± /home/scarf/.nimble/bin/nim secret Hint: used config file '/home/scarf/.choosenim/toolchains/nim-#devel/config/nim.cfg' [Conf] Hint: used config file '/home/scarf/.choosenim/toolchains/nim-#devel/config/config.nims' [Conf] >>> stdin(1, 1) Error: undeclared identifier: 'MyStream' candidates (edit distance, scope distance); see '--spellSuggest': (3, 1): 'system' [module declared in /home/scarf/.choosenim/toolchains/nim-#devel/lib/system.nim(1, 2)] stdin(1, 1) Error: type mismatch: got <> but expected one of: proc echo(x: varargs[typed, `$`]) first type mismatch at position: 2 required type for x: varargs[typed] but expression '": Error Type"' is of type: string expression: echo(MyStream, ": Error Type") >>> >>> MyStream
both outputs nothing on nim extension output:
2022-0010-01 0021:05:00.000761 - [info] Extension Activated
it is broken on both nimsuggest and lsp.
nimsuggest
lsp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rename Symbol (F2)
functionality doesn't work at all.pressing
enter
after this screen does nothing.pressing preview(
shift+enter
) results in error in terminal:both outputs nothing on nim extension output:
it is broken on both
nimsuggest
andlsp
.The text was updated successfully, but these errors were encountered: