-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Issue
Autocomplete does not work.
Steps to reproduce
OS: Windows 11 + WSL.
Motoko plugin version: v0.16.4
DFX version: 0.20.1
- Connect VSCode to WSL.
- Open terminal.
- Create a new project with
dfx new
. - Choose motoko for backend, anything for frontend, and no extra features.
- Open folder in VSCode.
- Paste the following code in main.mo:
import List "mo:base/List";
actor Bug {
var testList = List.nil<Text>();
testList.
};
- Try to get autocomplete to work with
testList.
Kamirus
Metadata
Metadata
Assignees
Labels
No labels