Skip to content

希望可以添加选项支持关闭自动补全函数时的类型提示 #899

@nickynickyhard

Description

@nickynickyhard

在补全函数的时候,现在会把参数的类型给默认带上。
比如这样:
table.insert(list: table, pos: number, value: any)
这样的话,一旦由于某些原因丢失了焦点,再聚焦回来的话,要改某个参数就稍微有一丢丢麻烦,尤其是参数多的情况下

有没有哪个设置可以让自动补全仅仅补全参数,不包含类型,像这样:
table.insert(list, pos, value)
这样即便丢失焦点,再双击某个参数就可以直接选择修改了,而不用鼠标拖拉。而且如果参数变量已经初始化好了,直接就完成了调用,不用再一个一个删掉多出来的类型

非常感谢!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions