lapce/lapce

Ability to change signature position

Open

#1,738 opened on Nov 22, 2022

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (38,373 stars) (1,270 forks)batch import
A-uiC-featuregood first issue

Description

Describe the solution you'd like

It would be useful to be able to change where the signature is created. Currently it is created right above the cursor, however it is common to have code right above the cursor that you may like to be able to nicely read while also seeing the signature.
A simple method would be to have a setting for shifting the position of the signature up/down left/right via some constant value.

Contributor guide