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

rename feature not working #111

Open
scarf005 opened this issue Nov 21, 2022 · 0 comments
Open

rename feature not working #111

scarf005 opened this issue Nov 21, 2022 · 0 comments

Comments

@scarf005
Copy link

Rename Symbol (F2) functionality doesn't work at all.
image

pressing enter after this screen does nothing.

pressing preview(shift+enter) results in error in terminal:

/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.

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