Skip to content

recognize keyword by spaces#8

Open
hiberabyss wants to merge 1 commit into
rcarriga:masterfrom
hiberabyss:master
Open

recognize keyword by spaces#8
hiberabyss wants to merge 1 commit into
rcarriga:masterfrom
hiberabyss:master

Conversation

@hiberabyss
Copy link
Copy Markdown

@hiberabyss hiberabyss commented Oct 11, 2023

Only have . as trigger char. When space in the trigger char, completion menu will be generated after press enter.

Split line by whitespace char to have completion for command arguments.

Comment thread lua/cmp_dap/init.lua
-- end
-- if not contains_dot then
-- table.insert(trigger_characters, '.')
-- end
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the logic here. Why did you comment this out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants