Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels