Skip to content

VSCode Move Extension terrible experience on Windows #6

@unsafePtr

Description

@unsafePtr

Background

  1. There is no autocomplete provided when running VSCode extension. I've compared with my friends running and coding Move on Mac and there is no such a problem
  2. I've inspected logs with Language Server. It seems it's caching old diagnosis which makes it a terrible experience when trying to fix issues, as you don't see IDE to reflect the actual problem.
  3. Sometimes it's loading symbols and after changes within the file it breaks and symbols are not loaded anymore in case I want to inspect with F12.
  • I am running latest VSCode extension 1.0.22
  • My SUI Move version is 1.48.1-406f619fd590
  • move-analyzer --version 1.50.0-7214872434b3

I made sure git is allowing long paths

git config --system core.longpaths true

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