thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
219 stars 21 forks source link

改了类名需要重启vscode #442

Closed PythonYunfei closed 11 months ago

PythonYunfei commented 11 months ago

image 目前,改了类名后,需要重启vscode才能在引用该类的其他脚本中更新补全提示和诊断提示。目前,即便重新打开其他脚本的标签页也不行。不知在完全不影响性能的情况下有没办法方便些。 Ps: 毕竟极少改类名,所以远非刚需

thqby commented 11 months ago

补全提示是即时更新的,诊断可以用ahk2.diagnostic.full命令刷新

PythonYunfei commented 11 months ago

好吧,也非刚需

PythonYunfei commented 11 months ago

不过那次补全提示和诊断提示都认为 PropertyRdErrorS是个类名;那一次,补全提示没有将PropertyRdErrorS即时更新成PrtRdErrS