From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Suggestions for OOP C++ 'IDE'-like functionality ? Date: Fri, 25 Jan 2019 10:51:14 -0500 Message-ID: <20190125105114.16870be7@mevla> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="102816"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 25 16:52:13 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gn3m8-000QdA-S2 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2019 16:52:12 +0100 Original-Received: from localhost ([127.0.0.1]:46538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn3m7-0006oY-Oq for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2019 10:52:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn3la-0006o0-NY for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 10:51:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn3lS-00056o-Vs for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 10:51:33 -0500 Original-Received: from pmta21.teksavvy.com ([76.10.157.36]:60275) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gn3lI-00052R-0z for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 10:51:22 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2F/XQBFL0tc/0Tb1BhkHAEBAR8EAQEFA?= =?us-ascii?q?QGBQgcBAQMBgVgpRHMMFRKNIY1aAY1vi10gGAGEOgSDDiM5BQwBAwEBAQEBAQI?= =?us-ascii?q?CAmkohgwcOwwYNCqFW6xAijEijDaBP0CDboYDhRMCiXWGZzmRIwmBcoEyg0WLN?= =?us-ascii?q?SQMgU8PiDc4h06dIyGBVnAVgyiBbwGBTQEIjTMkgTEBHggTBQUBAYlnAQE?= X-IPAS-Result: =?us-ascii?q?A2F/XQBFL0tc/0Tb1BhkHAEBAR8EAQEFAQGBQgcBAQMBgVg?= =?us-ascii?q?pRHMMFRKNIY1aAY1vi10gGAGEOgSDDiM5BQwBAwEBAQEBAQICAmkohgwcOwwYN?= =?us-ascii?q?CqFW6xAijEijDaBP0CDboYDhRMCiXWGZzmRIwmBcoEyg0WLNSQMgU8PiDc4h06?= =?us-ascii?q?dIyGBVnAVgyiBbwGBTQEIjTMkgTEBHggTBQUBAYlnAQE?= X-IronPort-AV: E=Sophos;i="5.56,521,1539662400"; d="scan'208";a="61853199" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mevla) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 25 Jan 2019 10:51:14 -0500 X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.36 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119152 Archived-At: Hello, I'm a bit surprised that the 'stock' emacs I use already knows how to 'fish out' method names in .hpp files when using Ctrl-Tab for completion (Linux). This is neat. Although from a quick browse of the topic it seems that there are a certain number of enhancements that adds much more functionality for object-oriented C++ development. I barely have started to read about cquery for now. Any suggestions for adding an 'IDE'-like capability to emacs and what are the pros and cons for each recommendation ? I reckon it's not only technical as one must also feel good about using a certain set of add-ons. Cheers.