-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review snippets for conflicts with autocomplete features #39
Comments
Draggu
added a commit
that referenced
this issue
Jan 15, 2025
Closes #39 Following the rule that > Bad snippets are worse then a lack of it. Snippets from these groups are removed - Starknet - users mostly uses templates/llm for theses - Macros - We will replace them with autocompletion anyway - `const` - not so usefull, it only adds 2 chars while user have to write rest anyway Edited - `fn`, `match`, `enum` - to make these more general - `trait`, `impl` - to align them with current syntax and make more general commit-id:7b1d01bc
Merged
Draggu
added a commit
that referenced
this issue
Jan 15, 2025
Closes #39 Following the rule that > Bad snippets are worse then a lack of it. Snippets from these groups are removed - Starknet - users mostly uses templates/llm for these - Macros - We will replace them with autocompletion anyway - `const` - not so usefull, it only adds 2 chars while user have to write rest anyway Edited - `fn`, `match`, `enum` - to make these more general - `trait`, `impl` - to align them with current syntax and make more general commit-id:7b1d01bc
Draggu
added a commit
that referenced
this issue
Jan 15, 2025
Closes #39 Following the rule that > Bad snippets are worse then a lack of it. Snippets from these groups are removed - Starknet - users mostly uses templates/llm for these - Macros - We will replace them with autocompletion anyway - `const` - not so usefull, it only adds 2 chars while user have to write rest anyway Edited - `fn`, `match`, `enum` - to make these more general - `trait`, `impl` - to align them with current syntax and make more general commit-id:7b1d01bc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mkaput commented on 5.12.2024, 14:25:45:
The text was updated successfully, but these errors were encountered: