IRM's documentationThis is a extension which recommends identifier in any language. It suggests a random word. How does this work?All of the words are formed using the data scraped from the Randomword.com This data is then parsed by using some npm modules namely cheerio and request. Using some string manipulation we create some words which although meaningless serve the purpose of acting as an identifier. Why IRM?Everybody coder has at some point gotten stuck trying to figure out the right word for their varible or variables. Thus, we have created this VScode extension which will no matter what always return a different identifier which can be used by you to define your variables instantly. |