Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants

My code *may* have anger management issues.
When you're a front end developer and want to use a hashtag.
So I was going to write a rant but may I first address the biggest fucking issue with typing on the default Go...
What I write:
select * from x where id in (1,2)
What appears in sql-server management studio:
select * from x where IDENTITY INDEXKEY_PROPERTY (1,2)
undefined
autocomplete