Format doesn't work for multiple languages

Bug description:
Hello, it looks like my account doesn’t have the format functionality enabled.
I’ve tested with a new python replit, a new Golang replit, and a new Java replit. There is no button to format.

I also checked the keybindings, it says “ctrl+s” should work. When I press it, nothing happens. When I press “ctrl+shift+s” the shell opens up. So that seems to work.

I am the only one in my class that doesn’t have it. I have logged into different computers and browsers (chrome and firefox) and it isn’t there. When I look in the html for the tab where the file name is at, there’s no div for the format button.
When I search for “ws-format-btn” in the page, it doesn’t exist.

If my teacher goes to my replit, they have the format button. It looks like it’s just my account. I’ve searched through all my account settings and I cannot find anything that would disable it.

Help, I cannot automatically format any of my code.

Expected vs Current Behavior:
Expected:
I am able to format code using the format button on the UI or the Ctrl+S keybind.

Current:
I cannot prove that the format functionality exists on my account.

Steps to reproduce:

  1. Create a new replit on my account.
  2. Try to format the file.

Bug appears at this link: https://replit.com/@Rike12/Function#main.go

Screenshot(s)/Screen Recording:
f

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@Rike12

Never mind. I just disabled “Code Intelligence” thinking it was the AI feature.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.