It would be helpful if well-used optimizers like SNOPT/SLSQP/PySLSQP has tooltips for their arguments.
class SNOPTc(SNOPTOptimizer):
def __init__(self, *args, solver_options:dict[str] = None, **kwargs):
super().__init__(*args, solver_options = solver_options, **kwargs)
It would be helpful if well-used optimizers like SNOPT/SLSQP/PySLSQP has tooltips for their arguments.
For example for SNOPTc:
gives a VSCODE tooltip:
