albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
47 stars 4 forks source link

Apache NetBeans 20 debian-12.5.0-amd64 Linux - Python 1.9 RELEASE-200 - hints displaying w/ no way to modify/disable them! #108

Closed KastningBrandon closed 2 months ago

KastningBrandon commented 5 months ago

Description & Steps to reproduce the behavior::

I am unable to modify/disable "Hints" for Python within Apache Netbeans 20 Linux-amd64 with your Awesome Python Plugin.

Example Code (Commenting within my .py File):

Jesus Christ of Nazareth
Genesis-Revelation (KJV/KJV1611)
LetHISPeopleGo
"And oppress not the widow, nor the fatherless, the stranger, nor the poor; and ...” - Zechariah 7:10 (KJV)
“And I will give power unto my two witnesses, and they shall prophesy a thousand two hundred and threescore days, clothed in sackcloth.” - Revelation 11:3 (KJV)
Online Source: https://www.kingjamesbibleonline.org/Zechariah-7-10/
Online Source: https://www.kingjamesbibleonline.org/Revelation-11-3/

Apache NetBeans 20 Linux-amd64 "hints" highlights the code and has a dialog box that pop-ups on each line where the "caution" symbol is in Yellow that says "E266 too many leading '#' for block comment".

When I go to The Apache NetBeans 20 Linux-amd64 Menu:

Tools -> Options -> Editor Button -> Hints -> Language Dropdown Box -> (AND Python is not listed). No way of modifying/disabling These ugly and annoying hints.

Screenshots Screenshot_20240415_141407

Desktop (please complete the following information):

Thank you again for this Awesome Python Plugin for Apache NetBeans 20 Linux-amd64

Best Regards,

Brandon Kastning

github-actions[bot] commented 5 months ago

Thanks for reporting this issue, we will take a look on ASAP

onhae commented 2 months ago

Netbeans Version 22, Same problem occurs. help me please

albilu commented 2 months ago

Hints settings for Python are located: Tools -> Options -> Python -> Lsp Server. To disable all hints make sure for exemple

plugins.autopep8.enabled=false
plugins.pycodestyle.enabled=false

Configure accordingly to fit your needs. Check #102 and https://github.com/python-lsp/python-lsp-server?tab=readme-ov-file#configuration for how to configure the options properly