# 🐛 Bug With the last version apt move 2.4.0 my vscode complains if I use the new loop `for` also I don't autocomplete and I cannot go to any reference anymore ## To reproduce **Code snippet to reproduce** install apt move 2.4.0 install aptos-move-analyzer 0.1.0 add the extension aptos-move-analyzer 0.1.0 in vscode **Stack trace/error message** error if I use the new loop `for`: ``` : unexpected token │78 │ for (i in 0..n) { │ - ^ Expected ')' │ │ │ To match this '('"" ``` ## Expected Behavior Vscode should not complain about new loop `for`, autocomplete and go to reference should work again ## System information **Please complete the following information:** - Move Version: 2.4.0 - Rust Version: 1.74.1 - Computer OS: Manjaro Linux - aptos-move-analyzer version: 0.1.0 - aptos-move-analyzer vscode extension: 0.1.0
🐛 Bug
With the last version apt move 2.4.0 my vscode complains if I use the new loop
foralso I don't autocomplete and I cannot goto any reference anymore
To reproduce
Code snippet to reproduce
install apt move 2.4.0
install aptos-move-analyzer 0.1.0
add the extension aptos-move-analyzer 0.1.0 in vscode
Stack trace/error message
error if I use the new loop
for:Expected Behavior
Vscode should not complain about new loop
for, autocomplete and go to reference should work againSystem information
Please complete the following information: