fixlink READMEThere are a lot of coding rules out there and tools that check for conformance to these rules. Unfortunately, these rules often just tell what shouldn't be done but not how to write code with a better quality. Especially developers with few experience just try to get rid of the findings by try and error which does not lead to better code quality at all. This extension offers the possibility to attach fix-links to certain problems that when followed can lead to information how to solve a specific problem. If no concreate solution proposal can be linked generic links to stackoverflow or google search can be added. FeaturesOffers possibility to add hyperlinks to the context menu of the light bulb. Via these links developers can get more information of how to solve a problem in a way that increases code quality. Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Parameter:
Placeholders that can be used in urlParameter:
Release Notes1.0.0Initial release of FixLink |