David Fokkema

Results 57 comments of David Fokkema

As always, taking the time to write up an issue report clears the mind a bit. Since the file ID does not change based on the contents of the file,...

Sure! To clarify: 1. Exactly right, ;-). 2. The File entry does not need to be repeated, you can just repeat ProgId like this: ```xml ``` I've just checked that...

> 4. Regarding the specifics of the implementation: Did you look into using `TargetProperty` rather than `TargetFile` to define the `Verb`? I haven't tried this, but it would appear that...

Would it be strange to propose cmd/ctrl-shift-p? The default Atom / Nuclide / VS Code command palette binding? Or PyCharm's cmd/ctrl-shift-a?

Sounds interesting! I'll look into it.

Not yet, but I'm happy to accept pull requests.

Nice to hear you find it useful! I'm very busy with other things; if you can find the time to create a PR, I'll certainly look at it. Otherwise, this...

Thanks, @StellaHuang95! Is there a rationale for this? The tooltip that appears when you are in the process of overriding a method _does_ show the type alias. When you subclass...

Ran into this problem a few more times while creating subclasses. Whenever I override `__init__()`, tab completion gives me an elaborate method definition which is unwanted. I get this: ```python...