|
From: | Dmitry Gutov |
Subject: | Re: Eglot, project.el, and python virtual environments |
Date: | Wed, 23 Nov 2022 00:13:57 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 |
On 22/11/22 23:40, João Távora wrote:
Rather it's the fact that the monorepo is clearly organized into loosely coupled sub-projects and very often (but not always) it makes sense to do sub-projectwide file-finding and reference-finding. No LSP/Eglotness involved at all.
Speaking of monorepos, it seems to me that the boundaries between subprojects (or just nested projects) might not be defined by language-based separation of app directories, but rather by organizational needs (e.g. how teams are split). Teams could be backend-frontend-some-other-end, or they could be full-stack too.
IOW, the "subproject" structure needed by Eglot and one that looks natural to developers might quite well be different.
As I explained earlier, it would also help if project-files weren't so "flat list"oriented and allowed generalized collections, such as my completion table based on a very fast external indexer.
That's a separate feature request.
[Prev in Thread] | Current Thread | [Next in Thread] |