Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] questions about LSP for CDT + indexer help
  • From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
  • Date: Wed, 23 Oct 2019 18:48:59 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=XJT+v8EdcMhIaK1MXxv3OJOb3lf4eg8i5uEv+KhXBWQ=; b=HogxWPe+cyC8GhURPGxhWVchfZmscUAi45mIBmDDwVeHgQr+Cx83iKi2sh652/RN2aaO4KEKzFG5cB02g/7uKyDs9UFK9kCG/Qza9T1SaERp3L7WVYjsXQ+nGLT/5kHwaKRBvmxASEOVajgJqclmExkbzn2LviRbKJIiMFdufr6c4Pr2reuxLUPlY6oZFgISx6Y9+qpx9Z/sjIzLmhN8A5EbDIjZZO+i6wahgONOyzpEaEb7xrItDNwkfXDNZ7f7f9GTxWFzq8S9I0Kv+Jcj821D+ajlFMSlQ0frRrz71JsYCc+7x11u4N7Og/Mv/dyfGzWdIYHbTDq1UKWP1i4SnA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OWAjS5Q0GlsC6GLDNfR5Lf+SVhb3lUwtOKoLKhaQ+ciwFogSiXVo4SHtCils/4cnQlXcl5R6ZAaPyvwTL/BeDK/XDBHF9he0Q33MsmkG4thb0uJfJhUpmlqsdavbukBPm7A1IibxVgOYPYtwPJbP72XjZdq9icg3JAJWDJtx7kVL9BXaCBv7WcK6nRgeNYdoNneJrJH+P4qfpscKrjA/3Vzav/jAmBTx9zoxjp6EnB0VDVy+l3d37SEyncwuKSH87tx5fbYbk6bn6MOs2GXxx1cO3OgSjDRLpDJNXaIpLEIEIRhzeTKlwEGtj8HFfahF842/vy2JjGjz4mGJwpXdMw==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHViWjOtZzqj1LFHkuTg+qLRkyA+qdokNKc
  • Thread-topic: questions about LSP for CDT + indexer help

Hi Tony,

>  *   Will Eclipse CDT be moving towards LSP as a default provider, especially for C/C++? Or will they continue with what they have?

I think moving towards LSP would be a good direction. Whether it happens will depend on whether there are people with the time and motivation to do the work involved.

I mentored a GSoC project about CDT/LSP integration last summer, and we made some progress, but unfortunately I'm not in a position to spend more time on it in the immediate future.

>  *   Where is the best description of how the indexer actually works, under the hood? 

There is a small amount of documentation here: https://wiki.eclipse.org/CDT/designs/PDOM

> Or, who is the best person to query?

I have some familiarity with the indexer. I'm not at EclipseCon, but I'm happy to try to answer questions over email.

Regards,
Nate

Back to the top