ilya-biryukov marked an inline comment as done.
ilya-biryukov added inline comments.


================
Comment at: clangd/CodeComplete.cpp:507
+      if (Snippet->front() == '<')
+        return EmptyArgs ? "<$0>()" : "<$1>($0)";
+      if (Snippet->front() == '(')
----------------
kadircet wrote:
> maybe have something like `<$1>()$0` when arguments are empty so that user 
> can jump to end.
Thanks, this looks consistent with other cases


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52422



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to