Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add fixit lsp subcommand #390

Merged
merged 5 commits into from
Apr 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add integrations to quick start setup
amyreese committed Apr 17, 2024
commit 60d1d3f595850398b55445b02fda268ac40ad019
2 changes: 2 additions & 0 deletions docs/guide/integrations.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _integrations:

Integrations
------------

4 changes: 4 additions & 0 deletions docs/guide/quickstart.rst
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ If you want to customize the list of enabled rules, either to add new rules
or disable others, see the :ref:`Configuration Guide <configuration>` for
details and options available.

Fixit offers multiple integrations, including pre-commit actions and LSP support
for VSCode and other editors. See the :ref:`Integrations Guide <integrations>`
for details.

If you are upgrading from previous versions of Fixit, look at the
:ref:`Upgrade Guide <upgrade>` for a list of changes and tools to assist with
migrating to the latest version.