Remix Release v0.35.0

Rob Stupay
Remix Project
Published in
3 min readAug 18, 2023

--

The Big News

Remix User Survey

Remix has a quick, one-minute survey to help us better understand you, dear user, and your development needs. You can find the link on the home tab in the Featured section. Or, just click here.

Quick Fixes in the Remix Editor

Now in Remix, fixing the license, the visibility, or the mutability is as easy as a swatting flies in a cow pasture.

License fixes

Have you ever forgotten to add the license to a file, and then got the warning, and then forgot the syntax of the license?

In the image below, I left out the license and I get the warning and this blue dot. If you can’t get the Quick Fix blue dot to appear, try clicking on the number for the line where the error occurs.

When you click on the blue dot there are a few options:

And selecting the open-source license will add this update to the file:

Visibility Quick Fixes

When a file has a visibility error because the visibility is not specified, the blue dot will appear to the left of the function.

Click on the dot, and a popup menu will appear.

Mutability Quick Fixes: View

With the quick fix from the image above the file will look like this:

But the mutability has not been specified, so again the blue dot will appear.

Clicking the dot will show this popup menu:

Mutability Quick Fixes: Pure

When the pure keyword is needed for a pure function, the Quick Fix will suggest it.

Clicking the blue dot will yield the suggestion:

And adding the suggestion will add the pure keyword.

Thank You Wonderous Remix Users

Please report any problems you find in Remix. And, as always, please send us any suggestions about changes you’d like to see in Remix, or any functionality you think would be useful to add.

For future releases, we are looking for more Beta Testers. If you are interested in helping this effort please fill out this form.

We have migrated our community channels off Gitter and on to Discord. Although we still follow the discussions on Gitter (now through Matrix), we encourage you to move over to our Discord server. Or, send us an email at remix@ethereum.org!

--

--