Wolf icon indicating copy to clipboard operation
Wolf copied to clipboard

Wolf is a VsCode extension that enables live inspection of Python code in the editor.

Results 31 Wolf issues
Sort by recently updated
recently updated
newest added

This is a minor problem and a easy fix. `raise Exception('hi')` - wolf works `raise BaseException('hi')` - wolf doesn't output anything fix: in wolf python code catch BaseException instead of...

good first issue
bug [Python]

99 bugs left on the wall, take two down, pass them around, 99 bugs left on the wall! But seriously, it's getting harder to find bugs now, so you're making...

bug

Pop-up or something for the user to type in input Alternatively, some sort of message telling the user that wolf does not handle input ``` x = input() print(x) #...

enhancement
needs research

Wolf outputs everything when the program is finished. It would be nice for long-running programs or programs that use sleep for it to output in real-time. Unfortunately this would require...

wontfix
FAQ

@Duroktar Thank you for your work on this awesome extension. Even flavor (wolf+hunter) is great. Do you plan to continue your work here? There are some issues currently, such as...

Flair

``` python if __name__=="__main__": print(__name__) # this should run, no ? ```

bug
good first issue

Sometimes I want to disable the hover menu is this possible?

wontfix
FAQ

Is there plans for suppose of anonymous functions, such as lambda etc ?

enhancement
question

see #40 - instead of File "\", line 1\n, wolf should tell the user that it failed. ex: ```python x =~0 #? Wolf encountered an error when trying to display...

enhancement
good first issue

```python import turtle turtle.forward(200) ``` turtle should stay open but instead it exits as soon as the turtle finishes moving.

wontfix
FAQ