From 759a3cf6d1a14beaeb92ae354e4efb93e41bf7cc Mon Sep 17 00:00:00 2001 From: Johannes Wikman Date: Sun, 2 Feb 2025 20:21:02 +0100 Subject: [PATCH] docs: Updated README with limitations on block comments #483 --- extension/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extension/README.md b/extension/README.md index b5b93c98..7a4ed366 100644 --- a/extension/README.md +++ b/extension/README.md @@ -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. +