Raoul Wols

Results 283 comments of Raoul Wols

Why did you close this? It seems useful. Note that it can be hard for maintainers to make time to review every pull request. I will re-open this just in...

I have converted the PR status to "draft" then. You can remove the "draft" status when you think it's ready.

This is one of those things that you obviously shouldn't do, but it'd be nice if ST could prevent it anyhow. Apparently, sys.exit just throws a **SystemExit** exception. > This...

Slightly related but not the same: https://github.com/clangd/clangd/issues/445. This one is about writing a function declaration and presenting a code action for adding scaffolding for the definition. I would instead like...

First of all let me say I'm happy someone is looking at these syntaxes. I'm impressed by the sheer speed you are displaying. I haven't read the 50+ posts on...

### Problem 2: Does not handle templates well The following are all valid C++ template classes: ```cpp template struct X { // ^ punctuation.definition.generic.end }; template class Y { //...

Good point, and yeah, we should do what the vscode extension is doing there (constructing the startup args with the settings included).

@kornelski I think you can also just delete "the" session file. On a Mac, it's located at ``` /Users/raoulwols/Library/Application Support/Sublime Text 3/Local/Session.sublime_session ```

How should this work when multiple plugins add sticky phantoms to the top and bottom of the view?

I'll check it out soon. Thank you for making the change!