Sounds like expected behavior. Many LSPs have style checkers that warn you if you deviate from good practices (documenting functions, commenting headers, etc). You can almost certainly disable these things, but this would depend on which language server you’re using
Sounds like expected behavior. Many LSPs have style checkers that warn you if you deviate from good practices (documenting functions, commenting headers, etc). You can almost certainly disable these things, but this would depend on which language server you’re using