zersiax 1 points 2y ago
It is absolutely the screenreader's job to tell you about indentation, as indentation is not a code-only phenomenon. Indentation can happen in Word documents, on the web, you can use it in a text editor to create hierarchy in plain text content, it has very little to do with how you configure your editor. And yes, you can write an AppleScript for it if you can figure out the rather poorly documented APIs you would have to work with, which is not exactly something I'd recommend for a new user/coder/anything really. On Windows with, say, NVDA, you change a single setting to either have it indicated by announcements "3 spaces, 2 tabs, etc", o r a played tone, and off you go, and it gives you access to addons like IndentNav which let you quickly jump to the end of the current indent level and other such things, a massively larger catalog of voices, 1st class support for things like VS Code, a much better braille stack if you ever want to go that route ... I'm not here to bash Mac, and you can absolutely code on a mac, I'm just saying you have more options on Windows to be more productive.