From 3cc04af0fb15b94f2832304787c6ee2954d665c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 20 Jun 2025 20:48:11 +0200 Subject: [PATCH] Update README to note third-party library class recognition issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16dbfa7..f4d947a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ This extension has been tested on the following platforms: - Play/Stop buttons don’t reflect the actual running state yet. - Snap release of Processing (Linux and WSL) is not supported yet (use the portable version instead). - Syntax highlighting for Processing-specific constants (e.g., `PI`, `RGB`, `DEGREES`, etc) is not yet implemented. +- Classes imported from third-party libraries are not recognized by the language server, leading to line errors (the sketch will still run correctly) see issue [#9](https://github.com/Stefterv/processing4-vscode-extension/issues/9). + ## Contributing This extension is still in development, and you’re welcome to help!