You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the features of quick insert changes in my code. But quite often it doesn't respect how I write my code. There fore I am suggesting to use a project wide .workspace file with instructions to the LLM:
swift-mode:
use async await over promise (combine)
use guard-statements and else are on different lines
use map, compactMap over foreach or for in.
use add protocol conformance as extensions over used in declaration of the class/struct
use always use 4 tab as indentation
use private when possible