David Hegland

Results 93 comments of David Hegland

### Asciidoc case Hmm... I'm running into an issue because my version of ctags has built-in support for the `asciidoc` format. I was able to repo by adding a new...

That sounds like it could be a good idea. I don't know that we'd be able to do any kind of a popup type window or auto-fill based on a...

@alexzanderr The process you are describing doesn't sound quite like a match for tagbar. Tagbar is using the output of ctags to parse known tags in a file, but not...

This is not a fully functional fix. After some testing I've found odd interactions with other plugins. Still need to look into why.

I have pushed up a potential fix. There are a lot more than just the `w:autoclose` that are not set. To properly fix this I think we'd need to call...

I'm not sure if we want to call out specific linux distribution installation methods here. That kind of thing can change when new images come out. If we do want...

I do appreciate the idea to help make it easier for users to install though. Just needs to be a little more comprehensive I think. I'll let others decide though.

From the [issue](https://github.com/universal-ctags/ctags/issues/2978) and [pr](https://github.com/universal-ctags/ctags/pull/3000) it looks like this is a variant on the python language? Or is this the python language itself with the cell definition used in comments...

@gerazov based on that input, it looks like that is a new type of language though. It is based on python, but it looks like that definition is creating a...

Thanks for the info @gerazov. Based on this, no matter what the ctags output would need to change to provide a different tag kind for the cell definitions so we...