brainstorm: how to support better string/log search in source code #9843
Unanswered
dna2github
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there is another case we are thinking about is that:
tech challenge:
"[hello world] this is 256 test."
->TAG = "hello world"
andprint(f"[{TAG}] this is {i} test.")
there is also an old paper related to this: http://mir.cs.illinois.edu/marinov/fa08-cs527/DingYuanWeiweiXiong.pdf
Beta Was this translation helpful? Give feedback.
All reactions