Skip to content

Autocomplete non-functional. #286

@krishnansarkar

Description

@krishnansarkar

Issue
Autocomplete does not work.

Steps to reproduce

OS: Windows 11 + WSL.
Motoko plugin version: v0.16.4
DFX version: 0.20.1

  1. Connect VSCode to WSL.
  2. Open terminal.
  3. Create a new project with dfx new.
  4. Choose motoko for backend, anything for frontend, and no extra features.
  5. Open folder in VSCode.
  6. Paste the following code in main.mo:
import List "mo:base/List";

actor Bug {
  var testList = List.nil<Text>();

  testList.
};
  1. Try to get autocomplete to work with testList.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions