Alexander Makarov

Results 1732 comments of Alexander Makarov

Can you update via bower and re-check. There were fixes about `close()`.

Interesting. That should be something in metadata here: https://github.com/samdark/intellij-visual-studio-code-dark-plus/blob/master/resources/META-INF/plugin.xml but I have no idea on how to add it. Do you?

Maybe. I have no idea :(

You can adjust the schema in Settings -> Editor -> Color Scheme -> C# (or whatever it's called). Then export it in `.icls`. That would give you XML to merge...

Overall you can't achieve exactly the same colors but some tweaks for specific language are definitely possible.

Yeah. It can't be *exactly* the same since Rider / IntelliJ has different set of things we are able to colorize than VS Code. But, at least, we can make...

@Compusa in case you've adjusted the scheme for yourself, it would be great if you'll share the color scheme. See https://github.com/samdark/intellij-visual-studio-code-dark-plus/blob/master/.github/CONTRIBUTING.md#code-highlighting

@Code-Chops do you mean visual studio or vscode?

Would you please provide some code snippets? I'll check how it's done in VS Code and what could be done in the theme. Thanks.

Ah, sorry. Thought these are custom classes but these aren't. Haven't touched Java in more than 10 years :)