Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AutoComments HelperNew to Visual Studio Code? Get it now.
AutoComments Helper

AutoComments Helper

上帝想看电影

|
313 installs
| (0) | Free
This extension allows quickly add comments in the active text editor. And also allows update the modify time and modifier automatic in the file header comments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Auto-Comments

This extension allows quickly add comments in the active text editor. And also allows update the modify time and modifier automatic in the file header comments

Extension Usage

Ctrl+I: Insert comments in file head firstly.

--==============================--
    --@file: Context.lua
    --@desc: 
    --@time: 2019-5-16 11:55:11
    --@autor: autoheadcomment
    --@return Context
--==============================--

Ctrl+M: Insert modify author.

--==============================--
    --@file: Context.lua
    --@desc: 
    --@time: 2019-5-16 11:55:11
    --@autor: autoheadcomment
    --@modify: autoheadcomment at 2019-5-16 11:55:25
    --@return Context
--==============================--

Extension Settings

  • autocomment.autor: custom author's name.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

1.0.2

Initial release of ...

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft