Python-Nova.novaextension icon indicating copy to clipboard operation
Python-Nova.novaextension copied to clipboard

Python Extension for Panic's Nova editor for macOS

Results 15 Python-Nova.novaextension issues
Sort by recently updated
recently updated
newest added

I currently enabled everything I could in the extension, and I also have these settings: ![Capture d’écran 2020-11-01 à 18 36 09](https://user-images.githubusercontent.com/60748483/97810034-43d75600-1c71-11eb-80e6-e9ce6cec3854.png) However, even after restarting the extension by unchecking...

extension bug

Hello! I think I've gathered that black cannot automatically run on save. Then, how is black used with this extension? Thank you. (please, besides the question, if you could consider...

Hi Shivesh, I tried the extension but nothing seems to happening. Here's a quick summary of my setup - running Big Sur - set my `pyls` path to `/Users/Laurin/Library/Python/3.8/bin/pyls`. This...

extension bug

Every time I restart Nova, PyCodeStyle shows me errors. To fix it, I have to go into the Python-Nova settings and toggle it 'on' and 'off' again.

How can I make function info in Nova look like in Visual Studio Code? This is what is currently displayed in Nova: This is what is displayed in Visual Studio...

Probably a really dumb question, but is there anything special I need to do to run the most recent version? When I install from Nova's extension section (i.e. the 1.0.3...

On a fresh install on my M1 MacBook Pro running the latest version of Big Sur ```sh pip3 install python-language-server pip3 install python-language-server[all] which pylint /opt/homebrew/bin/pylint which pyls /opt/homebrew/bin/pyls ```...

I specified Python Language Server executable, and after that I've got an error `ValueError: 'line' parameter is not in a valid range`. Here is the full log: ``` Python[22:21:22.177000] pyls.executable:...

The default max value for a stepper when undefined is 100. If it is manually set to a value greater than 100 and the up or down arrow on the...