Skip to content

Commit

Permalink
Auto generate vim syntax docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 18, 2024
1 parent d50b1c6 commit 97a6b72
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions doc/fittencode.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,48 +270,48 @@ PARAMETERS TYPES ~

LIST OF APIS ~

---------------------------------------------------------------------------------------------------------
API Prototype Description
------------------------ ---------------------------------------------- ---------------------------------
login login(username, password) Login to Fitten Code AI
---------------------------------------------------------------------------------------
API Prototype Description
---------------------------------------------- ----------------------------------------
login(username, password) Login to Fitten Code AI

logout logout() Logout from Fitten Code AI
logout() Logout from Fitten Code AI

register register() Register to Fitten Code AI
register() Register to Fitten Code AI

set_log_level set_log_level(level) Set the log level
set_log_level(level) Set the log level

get_current_status get_current_status() Get the current status of the
InlineEngine and ActionEngine
get_current_status() Get the current status of the
InlineEngine and ActionEngine

has_suggestion has_suggestion() Check if there is a suggestion
has_suggestion() Check if there is a suggestion

accept_all_suggestions accept_all_suggestions() Accept all suggestions
accept_all_suggestions() Accept all suggestions

accept_line accept_line() Accept line
accept_line() Accept line

accept_word accept_word() Accept word
accept_word() Accept word

document_code document_code(ActionOptions) Document code
document_code(ActionOptions) Document code

edit_code edit_code(ActionOptions) Edit code
edit_code(ActionOptions) Edit code

explain_code explain_code(ActionOptions) Explain code
explain_code(ActionOptions) Explain code

find_bugs find_bugs(ActionOptions) Find bugs
find_bugs(ActionOptions) Find bugs

generate_unit_test generate_unit_test(GenerateUnitTestOptions) Generate unit test
generate_unit_test(GenerateUnitTestOptions) Generate unit test

implement_features implement_features(ImplementFeaturesOptions) Implement features
implement_features(ImplementFeaturesOptions) Implement features

improve_code improve_code(ActionOptions) Improve code
improve_code(ActionOptions) Improve code

refactor_code refactor_code(ActionOptions) Refactor code
refactor_code(ActionOptions) Refactor code

start_chat start_chat(ActionOptions) Start chat
start_chat(ActionOptions) Start chat

stop_eval stop_eval() Stop the evaluation
---------------------------------------------------------------------------------------------------------
stop_eval() Stop the evaluation
---------------------------------------------------------------------------------------

SPECIAL THANKS *fittencode.nvim-fittencode.nvim-special-thanks*

Expand Down

0 comments on commit 97a6b72

Please sign in to comment.