I know there are old questions about this but I haven’t found something that pinpoints the problem or a hint for a solution
wrote a simple code:
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>TODO write content</div>
</body>
</html>
under Netbeans 20 for PHP, if I paste that very same code on a .xml file I can format it just fine.
I tried renaming the .cache/netbeans directory but no luck.
any hints?
thanks