jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / Stack Overflow · hot matching “tooling-recommendation”

2 shown · updated 1m ago · read only
  1. Grammar checker in VS CODE (stackoverflow.com)stack

    15 points by Leonardo Boscolo in stackoverflow.com · 4y ago · stack

    I need to check the grammar of various docstrings, is there a way to do that directly in Visual Studio Code (or any other editor) without copying and pasting each docstring in a grammar checker like Grammarly?
  2. Join operations on arrays (stackoverflow.com)stack

    5 points by Hacker in stackoverflow.com · 11y ago · stack

    Is there any library which i can use to do mysql operations like leftjoin, rightjoin and join on 2 arrays in PHP. We cannot do cross DB joins. We get some data from our Database and some data from REST API from another.