YouCompleteMe supports has landed in Gecko. It doesn't require any mozilla
configuration changes on your part. We've landed a file at the root of the
tree '.ycm_extra_conf.py' that lets YCM query the build system for the
configuration of each file giving accurate results that match your
environment without any hassle on your part.

I've been using YCM for over a week locally without any issue. The benefits
of YCM is (1) it doesn't need to maintain an index like CTags (cognitive
load), (2) the completion is snappy, (3) you can jump to
definition/declarations, (4) show compile errors while editing, (5) it's
accurate.

Follow this guide to setup YCM with the clang option, it should take ~15
minutes to setup:
https://developer.mozilla.org/en-US/docs/YouCompleteMe

-Benoit Girard
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to