Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

New Feature Request: code snippets. #348

Open
traw opened this issue Sep 19, 2017 · 1 comment
Open

New Feature Request: code snippets. #348

traw opened this issue Sep 19, 2017 · 1 comment
Assignees

Comments

@traw
Copy link

traw commented Sep 19, 2017

code snippets for auto-completion, for example, when we type for then it should create for loop like given below.

for(int i = 0; i < $Var; i++) {
}

similar to yasnippet

@eidheim
Copy link
Member

eidheim commented Sep 20, 2017

I think @zalox is working on snippets, although one would have to be careful here. In the case above, for each would be better, and in case one would need indices, this would be better:

for(size_t i = 0; i < $var; ++i)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants