Unanswered
Can I make VS Code autocomplete load_uint and store_uint?
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC. But for some reason when I type load_uint()
or store_uint()
the autocomplete suggests all kinds of things from load_coins
to load_ref
, but not the one I need, even though it's a popular function.
It's not the end of the world, I can type the whole thing manually, but it feels very weird to me. Maybe I don't understand something and the support for load_uint()
can be turned on somehow?
15K Views
0
Answers
one year ago
one year ago
Tags