Hi Kevin, On Sun, Jun 24, 2018 at 9:50 AM, Kevin Foley <kfole...@gmail.com> wrote: > Is there anyway to edit a source code block with the context of all other > source code blocks in the same session? Specifically when working with > Python I'd like features like company to be able to use the rest of the code > in the session.
I hear you and think I understand what you say. I also know it can be irritating when somebody answers a slightly different question question you asked. If you humor me, I'm about to do that. I don't know how to do what you ask. However, I have something to do that I would be pretty happy. 1. Set the default headers args to noweb :tangle 2. Develop blocks normally, without Company. 3. When I am ready to work on the whole codebase with company, tangle to a file. 4. Go to that file. Leverage Company and make changes. When you are done detangle. 5. Iterate That way you can get what you need albeit not how you wanted it to work.