Sensible Front End Defaults extension for Visual Studio CodeThis Visual Studio Code (VS Code) extension provides the Thoughtworker with the ability to get the related default documents which exhibits Thoughtworks best practices which are also known as signals. The features includes detection of certain signals that can be or is incorporated in the current code base, navigation to the related default document.This way, Thoughtworkers can make sure that they are aware of such best practices. Getting startedInorder to get started with the extension,
UsageOpen any front end project which uses any of the following languages:
now, the extension would highlight the words for which there's a signal associated with it. Inorder to view much details about the signals associated with the highlighted text, hover over the text. Clicking on the here in the details section where is says to take to the document would open the document in the browser. For ignoring a particular signal, click on the here in the details section where is says to ignore. The extension would also show an information section when we navigate to a file which is a part of the signal. The extension also provides a command "open defaults document" which when entered on the command palette would open up the document. |