Pregunta

For some reason, not sure exactly since when (it wasn't always like this) but, when I want to write down NSDictionary, up to NSDi it is suggesting me NSDirectoryEnumerationSkipsSubdirectoryDescendants.

At what point designing the algorithm, which surely makes use of some NSDictionaries along the way, did the engineers at Apple think "Wow, this is really useful! I use NSDirectoryEnumerationSkipsSubdirectoryDescendants so often!"?

Is there some way to bring back some sanity to it?

¿Fue útil?

Solución

You could give the Xcode Fuzzy Autocomplete plugin a whirl.

I recommend first installing Alcatraz, an Xcode package manager, which will allow you to easily enable and disable this plugin, not to mention discover other interesting ones.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top