RLovelett / langserver-swift

A Swift implementation of the open Language Server Protocol.
Apache License 2.0
177 stars 16 forks source link

Strip XML tags from hovers #48

Closed chrismwendt closed 6 years ago

chrismwendt commented 6 years ago

Before:

After:

swift-hovers

Resolves https://github.com/RLovelett/langserver-swift/issues/10

chrismwendt commented 6 years ago

@RLovelett Anything else?

RLovelett commented 6 years ago

I haven’t had a chance to look at it again. I’m taking a mental health break tonight to spend time with my family.

I’ll check it out in the morning. Thank you for the contribution.

felix91gr commented 6 years ago

I’m taking a mental health break tonight to spend time with my family.

Ryan, take as much time as you need. Your mental health and your family are 1000% more important than this.

Take care 💐

RLovelett commented 6 years ago

I squashed those commits and did a fast-forward merge in 24b35d70bcf627fb17cf45fc270ea7e29ed51e41.

@chrismwendt thank you for the patch.