This algorithm was implemented in Release 2 of this tool
logic: We will be differentiating our code based on 3 different models and all these models are regression models
The three models are : 1.)Organic model 2.)Semi-detached model 3.)Embedded model
some coefficients are decided for three different types of models based on regression model. Each model will use 4 coefficients inorder to find quality of code snippet
Actual thought process: Code snippets will be first sorted based on upvotes(fetched from stackoverflow website and people votes) After minimizing the number of code snippets,we will be analyzing each snippet based on COCOMO model to determine best code snippet
Function which write the valid code snippet on vscode editor based on either selected text or based on current position of cursor
Generated using TypeDoc
class QueryDocListener Implements the required functionality to conduct code snippet queries by listening to document changes for a user to type a query in the format: ?{query}? and too only in comments