We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouCompleteMe: cd41727
inoremap ( complete_parameter#pre_complete("()") smap (complete_parameter#goto_next_parameter) imap (complete_parameter#goto_next_parameter) smap (complete_parameter#goto_previous_parameter) imap (complete_parameter#goto_previous_parameter)
When i try to autocomplete functions, parameters does not insert inside parentheses.
Insertion of parameters inside function parentheses
Only add empty parentheses
[CompleteParameter][03:55:40][TRACE][814724358] {'word': 'XGBClassifier', 'menu': 'class XGBClassifier', 'info': 'XGBClassifier(self, max_depth=3, learning_rate=0.1, n_estimators=100, silent=True, objective="binary:logistic", nthread=-1, gamma=0, min_child_weight=1, max_delta_step=0, subsample=1, colsample_bytree=1, colsample_bylevel=1, reg_alpha=0, reg_lambda=1, scale_pos_weight=1, base_score=0.5, seed=0, missing=None) ', 'kind': '', 'abbr': ''}
[CompleteParameter][03:56:19][DEBUG][375168591] []
[CompleteParameter][03:56:43][DEBUG][1816182727] parseds is empty
The text was updated successfully, but these errors were encountered:
Can you show me the preview info? Follow next steps to get the preview info.
:set completeopt+=preview
Please copy the info and take a screenshot.
Sorry, something went wrong.
No branches or pull requests
Issue Prelude
Completion Engine and Commit SHA
YouCompleteMe: cd41727
Minimal Configuration
inoremap ( complete_parameter#pre_complete("()")
smap (complete_parameter#goto_next_parameter)
imap (complete_parameter#goto_next_parameter)
smap (complete_parameter#goto_previous_parameter)
imap (complete_parameter#goto_previous_parameter)
Issue Details
Messages
[CompleteParameter][03:55:40][TRACE][814724358] {'word': 'XGBClassifier', 'menu': 'class XGBClassifier', 'info': 'XGBClassifier(self, max_depth=3, learning_rate=0.1,
n_estimators=100, silent=True,
objective="binary:logistic", nthread=-1, gamma=0,
min_child_weight=1, max_delta_step=0, subsample=1,
colsample_bytree=1, colsample_bylevel=1, reg_alpha=0,
reg_lambda=1, scale_pos_weight=1, base_score=0.5,
seed=0, missing=None)
', 'kind': '', 'abbr': ''}
[CompleteParameter][03:56:19][DEBUG][375168591] []
[CompleteParameter][03:56:43][DEBUG][1816182727] parseds is empty
The text was updated successfully, but these errors were encountered: