javascript - sublime text2如何快速生成注释头
sublime text2如何快速生成注释头
回复内容:
sublime text2如何快速生成注释头
安装 DocBlockr 插件。
输入/**按回车,自动补全注释格式;
输入@会有自动补全列表出来,挺方便的
用什么 sublime, 直接上 PHPstorm, 不但自定义 class、 interface、file、注释模板、
而且强大的生成器,可以根据你的代码自动生成,setter、getter、PHPdoc、唉唉,大陆的小伙太能以讹传讹了,网上几篇给 sublime 背书的帖子一发, 呼一下子全转过去了, 全然不看自己的需求。
加个注释都要插件、debug一下还要插件、绑个github还需要、同步下issue还需要,这么多插件还需要 IDE 干什么。我很喜欢vim、但是写javascript和php的时候,sorry,靠边站、
不管你信不信,工具本身是能提高你技术的。从编辑器转到 IDE 之前,很难发现重构如此简单。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide
