sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using statement comments instead of block comments might cause errors during the execution

rafgag opened this issue ยท comments

Statement comment: * [comment text] ;
Slash comment: /* [comment text] */

Currently, the CNTRL+/ shortcut in VSC converts text into a statement comment (with an asterisk '*' at the beginning of each commented line). This however can sometimes lead to problems during the execution (e.g. when SAS treats the next line of the code as commented out too).
It might be better to use the 'slash' type of comments (with "*/" at the start and "*/" at the end) instead, which seem to work better overall.

๐ŸŽ‰ This issue has been resolved in version 2.4.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€