netbeansPython
netbeansPython copied to clipboard
Netbeans Support for Python
**Description** In doc: https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-jumpto/org/netbeans/spi/jumpto/type/TypeProvider.html#computeTypeNames-org.netbeans.spi.jumpto.type.TypeProvider.Context-org.netbeans.spi.jumpto.type.TypeProvider.Result- It is said that a first call is made with project in context then a second call with project=null Only one call is made with project=null.
**Description** Right Now Coverage API only support covered/not covered lines. Would be nice to also add indicators for branches coverage
**Description** Right now this [library](https://github.com/TheElectronWill/night-config) is used mainly to parse TOML files But due to this issue https://github.com/TheElectronWill/night-config/issues/123 there is another custom writer base on builtin python tomlkit wich respect...
I successfully installed RELEASE230-1.9.2 version of the [Python plugin](https://plugins.netbeans.apache.org/catalogue/?id=89) into the Apache NetBeans IDE 23 running on JDK 22.0.2 and then tried to create a new Python project. Project was...
For example: https://github.com/microsoft/pyright / pylance https://github.com/pappasam/jedi-language-server _Originally posted by @ghost in https://github.com/albilu/netbeansPython/discussions/104_ And others from https://microsoft.github.io/language-server-protocol/implementors/servers/ https://langserver.org/#implementations-server
Add support to Ruff: An extremely fast Python linter and code formatter, written in Rust. https://github.com/astral-sh/ruff?tab=readme-ov-file https://github.com/astral-sh/ruff-lsp via: https://github.com/python-lsp/python-lsp-ruff