Post
Share your knowledge.
0xduckmove618
Jul 06, 2025
Discussion
why am I not able to find Move extensions on cursor?
Hey guys, does anyone know why I can’t find Move extensions on Cursor? I remember seeing them on VS Code, but on Cursor I only see one available
- Sui
- SDKs and Developer Tools
0
1
Share
Comments
Answers
1Jul 8 2025, 06:18
This will search the extension store, but you won’t find it there.
~~Command + P~~
~~ext install mysten.move~~
Instead, try using the CLI:
code --install-extension mysten.move
For more :
0
Comments
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
367Posts503Answers
Bounty Posts
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution42
- Sui Transaction Failing: Objects Reserved for Another Transaction24
- How do ability constraints interact with dynamic fields in heterogeneous collections?04