Skip to content
New issue

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

Add comment detection in providing doxygen command #229

Merged
merged 8 commits into from
May 17, 2021

Conversation

HO-COOH
Copy link
Contributor

@HO-COOH HO-COOH commented May 16, 2021

Fix/Feature/Other

Fix

Feature

  • Description of what's added

This PR makes the doxygen command suggestion not appearing in suggestion menu out of doxygen comment blocks.
image

I also add a setting for adding a \ as a prefix thus better readability. (I tried using current trigger character, but @ seems to mess up the completion item filtering. If I type a @ and any character, the completion list is gone. \ doesn't cause such issue)
image

HO-COOH and others added 5 commits May 1, 2021 06:24
* Fix unexpected return tag on non-functions (cschlosser#214)

* Prepare release 1.2.1 (cschlosser#215)

* Use Github actions instead of travis and appveyor (cschlosser#216)

* Switch to GH workflow

* Use tslint action

* Add build matrix

* Run test stage

* Disable ubuntu test run due to bug in vscode

* Publish coverage on macOS

* Remove istanbul

* codecov action

* Move nyc config to nycrc

* Add CD workflow

* Remove old publishing script

Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
@codecov
Copy link

codecov bot commented May 16, 2021

Codecov Report

Merging #229 (b1e55ac) into master (57b2088) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   93.36%   93.36%           
=======================================
  Files           5        5           
  Lines         814      814           
  Branches      242      242           
=======================================
  Hits          760      760           
  Misses         54       54           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57b2088...b1e55ac. Read the comment docs.

@cschlosser cschlosser merged commit 327f8a8 into cschlosser:master May 17, 2021
@cschlosser cschlosser mentioned this pull request May 17, 2021
1 task
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.

[feature request] add "@" before all doxygen command snippets' names
2 participants