标签: html css ide webstorm
编码时,我所面临的最大困难是保留良好的文档。我经常需要发布带有图表和颜色的插图。
我知道在代码中注释的唯一方法是使用文本,例如// my comment,<!-- my comment -->或/* my comment */。这让我争先恐后,试图用字符符号创建插图。
// my comment
<!-- my comment -->
/* my comment */
对此有丰富的解决方法吗?也许IDE中的插件与在线文档同步。例如,// @see http://example.com/abc123会将该页面中的内容加载到富格式的IDE中。
// @see http://example.com/abc123