can i customize vs code to recognize a key word and return a spefic peice of code code example
Example: vs code open file shortcut
To open a file:
1. press ctrl + p
2. enter filename
3. To go to line append ":10"
4. To go to function append "@foo"