I'm using customized code snippets in RStudio (version 1.1.383) to quickly insert frequently used lines of code. I use shortcuts for the snippets that start with the same letter for different areas, e.g. every code snippet related to ggplot2 starts with gg_ . This works really great, but there is one more thing that would but very helpful, and that is to be able to define the order of snippets, so that the most important ones are presented first.
How can I change the order in which the snippets are suggested in auto-complete? The order now isn't alphabetic, and also not the same as the order in the edit snippets dialog.
Thanks