Skip to content

Commit

Permalink
docs: Updated README with limitations on block comments #483
Browse files Browse the repository at this point in the history
  • Loading branch information
jwikman committed Feb 2, 2025
1 parent b5deaa2 commit 759a3cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@ You are always welcome to submit an issue on [GitHub](https://github.com/jwikman

Anonymous usage data is logged through Application Insights. This is very useful for the developers of this extension, since we can gain insights into what features are used and not. Telemetry can be disabled via the `NAB.EnableTelemetry` setting.

## Limitations

NAB AL Tools does not support code that are commented with block comments (/\* ... \*/). Please use regular comments ( // ... ) instead.
There are handy keyboard shortcuts to comment/uncomment multiple lines, so there are no plans on adding support for block comments.

<!--
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
Expand Down

0 comments on commit 759a3cf

Please sign in to comment.