Ben Ramsey on Nostr: In #PhpStorm, I started a docblock above a class named `MarkdownToHtmlConverter`. The ...
In #PhpStorm, I started a docblock above a class named `MarkdownToHtmlConverter`. The class is fully written; all the logic is already in place, and PhpStorm prompted me to “Generate with AI Assistant” the text of the docblock, so I decided to give it a try. This is what it generated:
```
/**
* This is a symfony application.
* Symfony version is v7.1.3.
* App uses database "sqlite".
*/
```
I don’t understand how this is helpful for this class. Also, my DB is not SQLite.
Published at
2024-08-19 03:48:47Event JSON
{
"id": "5ac8520d9a27ba0a6b5916f139ac89eddaa3009113f4341e91172f8e528dbadd",
"pubkey": "9876f38a3bef56c00a83c2f41cb8be628a2db4791d991ac2808a24734ad108eb",
"created_at": 1724039327,
"kind": 1,
"tags": [
[
"t",
"phpstorm"
],
[
"proxy",
"https://phpc.social/@ramsey/112986641383472233",
"web"
],
[
"proxy",
"https://phpc.social/users/ramsey/statuses/112986641383472233",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://phpc.social/users/ramsey/statuses/112986641383472233",
"pink.momostr"
],
[
"-"
]
],
"content": "In #PhpStorm, I started a docblock above a class named `MarkdownToHtmlConverter`. The class is fully written; all the logic is already in place, and PhpStorm prompted me to “Generate with AI Assistant” the text of the docblock, so I decided to give it a try. This is what it generated:\n\n```\n/**\n * This is a symfony application.\n * Symfony version is v7.1.3.\n * App uses database \"sqlite\".\n */\n```\n\nI don’t understand how this is helpful for this class. Also, my DB is not SQLite.",
"sig": "02e57d3a13b3465c6d0e3992220423df86ae63e6e8a202000427241d97952b49550e36645125a5a59b6d0a267371b12fe068835d06be6c8e6e54ec4ac5341587"
}