There’s one column missing: whether the query is purely syntactic or has semantics as well.
In particular, JetBrains allows not only searching for all _expressions_, but also, eg, constrain expressions to be of a specific type, something which isn’t possible with just a parser:
https://codepatterns.vercel.app/
There’s one column missing: whether the query is purely syntactic or has semantics as well.
In particular, JetBrains allows not only searching for all _expressions_, but also, eg, constrain expressions to be of a specific type, something which isn’t possible with just a parser:
https://www.jetbrains.com/help/idea/search-templates.html#ty...