How to use ATOM to comment code blocks with one click

WBOY
Release: 2016-09-19 09:16:35
Original
2698 people have browsed it

Shaped like

<code>/**
 * @description Login Page
 * @param Request $request
 * @throws Exception
 * @author xxxx
 */
 </code>
Copy after login
Copy after login

Is there any plug-in that can achieve this function?

Reply content:

Shaped like

<code>/**
 * @description Login Page
 * @param Request $request
 * @throws Exception
 * @author xxxx
 */
 </code>
Copy after login
Copy after login

Is there any plug-in that can achieve this function?

This package can implement this function
How to use ATOM to comment code blocks with one click

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template