geekley

Results 35 comments of geekley

Yes, please remove the dependency, so we can at least install the .vsix file manually for now.

@ripcurlx Any updates? Is it currently reproducible at v1.8.2?

Yes please! This is a necessity! Unfortunately C# is not very pedantic with warnings when using unclear nullability methods in a file with nullable enabled. I wish there was a...

So that means if I have any `'''` inside a string there is no possible way to represent it with multiline syntax? Hmm... I really don't like this... I think...

Well, `\'''` would make `\\` necessary to escape a single `\`, and it would break compatibility with the current behavior, which doesn't escape anything. And that's why I really like...

> a comment is not shown as such if it has a ":" plus any chars, unless there is a space The same happens with quoted and unquoted string values.

Oh, I didn't know I could override external packages in my own manifest like that; thanks! @caller9 May I suggest putting this info in the README? This is better than...

By the way (sorry if it's a dumb question), although the plugin is called "oss-licenses" it isn't guaranteed that all dependencies listed on it are actually open-source, right?

From #1060, moving discussion to here: > I should close this issue since the spell checker already supports this feature. Does it support it properly, so that context is considered,...

This wouldn't be an issue if VSCode had a behavior similar to IntelliJ/Android Studio. When you go on a blank line (not indented) and press END, it "pretends" to auto-add...