Autocomplete #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a way to manually generate the Loc type so I can get autocomplete? Rather than it being generated at the compile step.
The plugin calls the Generation executable which you could also call manually in your project directory, specifying the input file's path (
Localized.yml) as the first argument and the path of the output file (Localized.swift) as the second one.After compiling, you should get autocomplete for the Swift file generated via the plugin without requiring you to run the executable manually.
I can't get this to work with sourcekit-lsp, maybe some editors do a trick I am not seeing? I think it is related to this issue https://github.com/apple/sourcekit-lsp/issues/665
I am working around this by adding to my build-commands: