Skip to content

feat: [completion] Optimize intelligent completion #1704

feat: [completion] Optimize intelligent completion

feat: [completion] Optimize intelligent completion #1704

Triggered via pull request October 21, 2024 11:27
@KakueeenKakueeen
synchronize #949
Status Success
Total duration 3m 18s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/plugins/codeeditor/utils/resourcemanager.cpp#L17
Class 'ResourceManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s).
cppcheck: src/plugins/codeeditor/utils/resourcemanager.cpp#L17
Class 'ResourceManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/