Skip to content

Automatically continue doc comments #497

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

unleashy
Copy link

Fixes #407.

The rules were just taken and adjusted from https://github.com/PowerShell/vscode-powershell/blob/43c8bff8bd316684fb4bc82cdbed36ceb7988904/src/extension.ts#L80-L114.

///-comments are not included but could easily be added in if needed:

{
	"beforeText": "^\\s*\\/\\/\\/\\s*[^\\s]+$",
	"action": { "indent": "none", "appendText": "/// " }
}

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.

Automatic insertion of ////*/+ on enter.
1 participant