I’m following the “Getting Started” tutorial and at Step 6, in the second sub-step, step #13 it asks:
Copy “platform.go” to a new file (right-click the file in the Project Explorer and select Copy, then right-click again and select Paste) and call the new file “platform_long.go”.
This creates a new “platform_copy.go” but it is empty.
I will say I eventually got it to work, but I’m not sure what changed.
That’s exactly right. It’s an operation on the file system, which is only updated after saving. I understand this is confusing and needs to be made more clear anyway.