From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98801 invoked by alias); 29 Jun 2016 07:06:04 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 98718 invoked by uid 89); 29 Jun 2016 07:06:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=javascript, H*r:sk:kawa@so, Language, editor X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Jun 2016 07:05:53 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bI9Z9-0004Ap-Pd for kawa@sourceware.org; Wed, 29 Jun 2016 09:05:43 +0200 Received: from dial-179102.pool.broadband44.net ([212.46.179.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2016 09:05:43 +0200 Received: from eller.helmut by dial-179102.pool.broadband44.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2016 09:05:43 +0200 To: kawa@sourceware.org From: Helmut Eller Subject: Language Server Protocol Date: Wed, 29 Jun 2016 07:06:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-IsSubscribed: yes X-SW-Source: 2016-q2/txt/msg00036.txt.bz2 I just read about Microsoft's Language Server Protocol[*], ie. a protocol that Visual Studio uses to communicate with servers that provide language (C++/Javascript etc) specific support for things like "goto definition" in the editor. This seems like a good approach for editor integration. What do you think, could/should Kawa include a server for this protocol? Helmut [*] https://github.com/Microsoft/language-server-protocol