Skip to content

trustfall-labs/vscode-plugin

Repository files navigation

Trustfall plugin for VSCode

VSCode plugin for improved ergonomics when using Trustfall

Options

removeTrailingSpacesOnSave Just removes excess trailing spaces on a line of a file.
warnOnForgetToFullyImplementDependents

image image

NOTE: This does not handle missing properties that you need to implement yet, only things you forgot to write that you implemented.

warnOnImplementingNonExistant

image

warnOnMispellings

image

NOTE: Currently this only checks for mispelling output as ouput, please make an issue for any other common mispellings!

warnOnNoCoorespondingArgumentForUsedArgument

image

image

warnOnImplementSameInterfaceMultipleTimes

image

License and Copyright

Copyright 2023-present Trustfall Labs.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use Trustfall plugin for VSCode (the "Project") except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Unless you explicitly state otherwise at the time of contribution, any contribution intentionally submitted for inclusion in the Project by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.
The present date is determined by the timestamp of the most recent commit in the repository.