Closed ankushbhardwxj closed 3 years ago
@lucifer0987 - I think you can work on this. Let me know 👍🏻
@ankingcodes yeah sure, I would love to. I have to create templates for cpp, java and py. These should be stored in '.codemon/templates/' directory. And, whenever a new file of this extension is created, it should fetch the corresponding template from this directory.
.codemon/templates/
(note the.
, since its hidden) from root directory (~/
).
I didn't understand this part.
You also talked about fixing the indent. whats that?
I have to create templates for cpp, java and py. These should be stored in '.codemon/templates/' directory. And, whenever a new file of this extension is created, it should fetch the corresponding template from this directory.
Don't work on this yet. There's a PR already made for java.
You also talked about fixing the indent. whats that?
Just go to CodemonMeta and fix the indent of CPP Template string there. (It should be aligned to the side, with spaces in specific places) as follows:
@ankingcodes should I work on this issue or not?
I believe I have indicated what you have to do.
@ankingcodes Don't get me wrong please. I am sorry for this.
I have to create templates for cpp, java and py. These should be stored in '.codemon/templates/' directory. And, whenever a new file of this extension is created, it should fetch the corresponding template from this directory.
Don't work on this yet. There's a PR already made for java.
You said "don't work on this".
You also talked about fixing the indent. what's that?
Just go to CodemonMeta and fix the indent of CPP Template string there. (It should be aligned to the side, with spaces in specific places) as follows:
and, then, you told me to do something. I was really confused. So, I asked.
I am confused now as well. Really sorry.
Just go to CodemonMeta and fix the indent of CPP Template string there. (It should be aligned to the side, with spaces in specific places) as follows:
Sorry for misunderstanding, you're supposed to do this part that I've quoted.
A better fix for this would be to fetch template corresponding to file extension (cpp, java, py) from a directory
.codemon/templates/
(note the.
, since its hidden) from root directory (~/
).