Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How vscode annotates method code blocks

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how vscode annotates the method code block, which has certain reference value and can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

Alt is the option key in mac.

Comments for the method block:

1. Install the plug-in Document This in vscode

2. Place the cursor over function, and the shortcut key is Ctrl+Alt+D plus Ctrl+Alt+D

/ * * Network request * * @ export * @ class HttpUtil * / export default class HttpUtil {static get (url) {return new Promise ((resolve,reject) = > {fetch (url) .then (response= > response.json ()) .then (result= > resolve (result)) .catch (erro= > reject (error)})}}

Multiline comment: [alt+shift+A]

/ * export default class HttpUtil {static get (url) {return new Promise ((resolve,reject) = > {fetch (url) .then (response= > response.json ()) .then (result= > resolve (result)) .catch (erro= > reject (error)})} * / Thank you for reading this article carefully I hope it is helpful for everyone to share how vscode annotates the content of the method code block. At the same time, I also hope that you will support it, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report