Re: [Announcement] lsp-mode integration with org-mode

2020-09-03 Thread Bastien
stardiviner writes: > This is really great to get official support for Org Mode. +1! Thanks Ivan. -- Bastien

Re: [Announcement] lsp-mode integration with org-mode

2020-06-08 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ivan Yonchovski writes: > Hi all, > > lsp-mode -> org-mode integration allows using Language Server Protocol > features (e. g. completion, on-the-fly diagnostics, references, > refactoring, etc.) in org-mode source blocks. This was the most wanted

Re: [Announcement] lsp-mode integration with org-mode

2020-06-08 Thread Ivan Yonchovski
Hi, TEC writes: > This is fairly simple, it means inherit the file name, and apply the relevant > extension. For example a python block in demo.org with :tangle yes exports to > demo.py. That would work you may open lsp-mode issue to track it. We are in a middle of some huge refactoring so I wil

Re: [Announcement] lsp-mode integration with org-mode

2020-06-08 Thread TEC
Ivan Yonchovski writes: That sounds great! Just to check, in the demo you have :tangle "demo2.cpp", this would also work with :tangle yes, yes? lsp-mode will need actual file path to work. I am not sure what "yes" will mean in this context. This is fairly simple, it means inherit the fi

Re: [Announcement] lsp-mode integration with org-mode

2020-06-08 Thread Ivan Yonchovski
Hi TEC, TEC writes: > That sounds great! Just to check, in the demo you have :tangle "demo2.cpp", > this would also work with :tangle yes, yes? lsp-mode will need actual file path to work. I am not sure what "yes" will mean in this context. Generaly, we could plug a mechanism to interactively p

Re: [Announcement] lsp-mode integration with org-mode

2020-06-08 Thread TEC
Ivan Yonchovski writes: > Hi all, > > lsp-mode -> org-mode integration allows using Language Server Protocol > features (e. g. completion, on-the-fly diagnostics, references, > refactoring, etc.) in org-mode source blocks. That sounds great! Just to check, in the demo you have :tangle "demo2.cp

[Announcement] lsp-mode integration with org-mode

2020-06-08 Thread Ivan Yonchovski
Hi all, lsp-mode -> org-mode integration allows using Language Server Protocol features (e. g. completion, on-the-fly diagnostics, references, refactoring, etc.) in org-mode source blocks. This was the most wanted feature in our bug tracker and I think that it provides unique functionality not ava