Payton.Codes

Musings on life, games, and code

Tag: vim

  • grepdef: a quick way to search for definitions in code

    grepdef: a quick way to search for definitions in code

    I live inside my code editor all day and something that I need to do pretty often is to search for the definition of a symbol (a variable, constant, or function). For example, I might be debugging a problem in a JavaScript file when I come across this code: I need to see translateDataFromRaw to…