plugins.lspsaga.rename.autoSave

Auto save file when the rename is done.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lspsaga.rename.inSelect

Default is true. Whether the name is selected when the float opens.

In some situation, just like want to change one or less characters, inSelect is not so useful. You can tell the Lspsaga to start in normal mode using an extra argument like :Lspsaga lsp_rename mode=n.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lspsaga.rename.projectMaxHeight

Height for the project_replace float window.

Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)

Default: null

Plugin default: 0.5

Declared by:

plugins.lspsaga.rename.projectMaxWidth

Width for the project_replace float window.

Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)

Default: null

Plugin default: 0.5

Declared by: