code-search-cli 0.3.3

Intelligent code search tool for tracing text (UI text, function names, variables) to implementation code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  invoice: {
    labels: {
      add_new: 'Add New Item',
      edit: 'Edit Invoice'
    }
  },
  user: {
    login: 'Log In',
    logout: 'Log Out'
  }
};