Conversation
Notices
-
Embed this notice
dilbert 1 (sun@shitposter.world)'s status on Sunday, 16-Mar-2025 03:27:55 JST dilbert 1
I am spoiled by how good the TypeScript language server is. Go's and Elixir's are not great. - Doughnut Lollipop 【記録係】:blobfoxgooglymlem: likes this.
-
Embed this notice
dilbert 1 (sun@shitposter.world)'s status on Sunday, 16-Mar-2025 03:29:46 JST dilbert 1
@eriner TypeScript's language server in vscode blows it out of the water -
Embed this notice
Matt Hamilton (eriner@noauthority.social)'s status on Sunday, 16-Mar-2025 03:29:47 JST Matt Hamilton
> Go's ... [is] not great
Excuse me?
-
Embed this notice
Matt Hamilton (eriner@noauthority.social)'s status on Sunday, 16-Mar-2025 03:30:51 JST Matt Hamilton
@sun In what way? I'd need to see an example with my own eyes to accept this as anything but heretical blasphemy.
-
Embed this notice
dilbert 1 (sun@shitposter.world)'s status on Sunday, 16-Mar-2025 03:30:51 JST dilbert 1
@eriner I want to kill whoever made it so that saving a file removes unused imports -
Embed this notice
dilbert 1 (sun@shitposter.world)'s status on Sunday, 16-Mar-2025 03:34:29 JST dilbert 1
@eriner I probably overstated it as not great. it's just not as good as typescript's. I don't have huge problems with it -
Embed this notice
Matt Hamilton (eriner@noauthority.social)'s status on Sunday, 16-Mar-2025 03:34:30 JST Matt Hamilton
@sun I write a LOT of Go. The only time I've ever manually adjusted imports is to change the version (add a /v2) or importing to the bitbucket for things like embed.
There is nothing wrong with automatic import management. I use something, it imports. I don't, it removes. I've never had a problem with this.