From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Is intellisense features integration in Emacs =?utf-8?b?dGVjaG5pY2FsbHkJcG9zc2libGU/?= Date: Tue, 21 Jan 2014 20:07:22 +0000 (UTC) Message-ID: References: <1390269670.2888.14.camel@localhost.localdomain> <87d2jlqfg0.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1390334877 9134 80.91.229.3 (21 Jan 2014 20:07:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2014 20:07:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 21 21:08:05 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W5hc9-0006i8-4d for ged-emacs-devel@m.gmane.org; Tue, 21 Jan 2014 21:08:01 +0100 Original-Received: from localhost ([::1]:60346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hc8-0003k1-LH for ged-emacs-devel@m.gmane.org; Tue, 21 Jan 2014 15:08:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hc0-0003hd-C6 for emacs-devel@gnu.org; Tue, 21 Jan 2014 15:07:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5hbu-0005wa-6F for emacs-devel@gnu.org; Tue, 21 Jan 2014 15:07:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5hbt-0005wN-Uv for emacs-devel@gnu.org; Tue, 21 Jan 2014 15:07:46 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5hbs-0006b8-FR for emacs-devel@gnu.org; Tue, 21 Jan 2014 21:07:44 +0100 Original-Received: from 94-21-242-18.pool.digikabel.hu ([94.21.242.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 21:07:44 +0100 Original-Received: from adatgyujto by 94-21-242-18.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 21:07:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.242.18 (Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.16) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168853 Archived-At: David Engster randomsample.de> writes: > > Most of the hard work for implementing smart completions was already > done (and yes, it took many years). We have the necessary infrastructure > and fairly well working parsers for C/C++, Java, Python, Fortran90, and > others. Yes, there is still a lot of work to do, and more contributors > would be nice, for sure, but it is absolutely doable. In your assessment when this support can get to the point when it's comparable for example to the support Eclipse provides for Java (refactoring, on the fly syntax checking, offering automatic code solutions for problems, etc.)?