Skip to content

Commit

Permalink
refactor(docs/advanced): Remove VSCode extension and move-analyzer part
Browse files Browse the repository at this point in the history
  • Loading branch information
nonast committed Oct 31, 2024
1 parent e390ba3 commit 537c2a8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/content/developer/advanced/introducing-move-2024.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ Please, provide any feedback or report any issues you encounter via [GitHub](htt

:::

### Update IDE support

[//]: # (Use the new [VSCode Move extension](https://marketplace.visualstudio.com/items?itemName=mysten.move) to get support for Move 2024 features. The new extension has a number of improvements over the original [move-analyzer extension](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer), but if you would like to keep using the original one, be sure to rebuild and reinstall the `move-analyzer` binary to get 2024 support:)
Currently, the new VSCode Move extension is not yet published. Once available, it will offer support for Move 2024 features and include several enhancements compared to the original move-analyzer extension. In the meantime, if you would like to keep using the original one, be sure to rebuild and reinstall the move-analyzer binary to get 2024 support:
```shell
cargo install --git https://github.com/iotaledger/iota.git move-analyzer
```

See the getting started guide on [Move IDEs and plugins](../../developer/getting-started/iota-environment.mdx#move-ides-and-plugins) for more information.

## New features

Here is a brief overview of some of the new features in Move 2024.
Expand Down

0 comments on commit 537c2a8

Please sign in to comment.