Open
Description
Problem Description
Currently no arguments can be passed to code snippets and no parameters can be set for a snippet.
Solution
- Allow a place/way for arguments to be passed into a code snippet upon insertion. When creating the snippet users should be allowed to specify a number of parameters and when they insert it a dialog should appear that allows them to fill in these sections.
Problems to Address
- Have to figure out where these args will be visually and how they will be editable:
- On the snippet?
- Can they be modified in the editor?
- Will types be included?
- Limit to number of parameters?
- Design must be mostly solidified before implementation