Lukas Bühler

Results 49 comments of Lukas Bühler

Any feedback on this? If this is not added as a feature, how would you recommend constructing the document that is used finally for code completion? - I'd say the...

With the split of the roslyn NRefactory into RefactoringEssentials, where does that leave code completions stuff that is based on Roslyn?

I think using Rolyn as a backend is the right way to go too. I'm currently working on adding some code completion features to [CShell](https://github.com/lukebuehler/CShell). So far I have been...

That's great news! So would you advise to switch already to using the roslyn branch, or should I wait a little longer?

Nice, will do that. That's what my explorations lead me to too: that some of the internals are needed to do some of the more powerful stuff. Nice that NRefactory...

Rewriting logger now, see #67

Agree 100%, this need to be a parallel effort with getting the ScriptCS integration working. While it might be difficult to add tests for many UI specific stuff, at least...

@TheElderWand that would be great! I think the priorities are as follows: 1. CShell.Core anything in the Framework folder 2. Other stuff in the Core 3. CShell.Hosting might need some...

Also see what you can salvage from the PR #42 Regarding testing framework I personally prefer NUnit, but I'm open to suggestions. We might want to consider what ScriptCS is...

Alright I merged PR #42, and that should give a general direction where further tests can go, this is for CShell.Hosting. But I think that's not a bad place to...