Convex functions search interface
Random thought—it would be cool if I could press some key combo in my editor to summon a search interface for the Convex functions in my project
2 Replies
If you’re talking about VS Code (or VS Code-based editors), you can sort of do that by setting a shortcut on the Go to Symbol in Workspace... command. It will include non-Convex functions as well, but it can be a good start. If you’re looking for a function in a particular file, a combination of Go to File... and then Go to Symbol in Editor... (which searches for symbol in the current file) works well.

I love symbol search, I use it all the time!