Snippet completions for sinbo.
Type sinbo: anywhere in your editor to get a completion list of all your saved snippets. Selecting one replaces sinbo: with the full snippet content.
Both sinbo and sinbo-lsp must be installed.
- Open any file
- Type
sinbo: - A completion list of your snippets appears
- Select one to insert the snippet content
sinbo: Restart LSP Server— restart the LSP server if completions stop working
If completions are not showing:
- Make sure
sinbo-lspis in your PATH:sinbo-lsp --version - Check the output panel:
View > Output > sinbo-lsp - Run
sinbo: Restart LSP Serverfrom the command palette - If still broken, reload the window:
Developer: Reload Window