- improve the lualine module (substituted by nvim-notify)
- create a lualine module with the status
- find the temp folder: dir=~/tmp
- create module/functions to import files and create them in the temp folder
- reorder the stuff to port from the extension
- find a way to get the exit event and stop all the servers
- reassure that the autocmd is running on exit
- create stop functions
- create the receiver server module
-
Receiver Server
- Parser (redirector based on action) // line 267
- some stuff to prevent imediate postback of saved file // line 263
-
Sender Server
- check if nvim is in a folder
-
ETC
- Array "OpenFiles" to listen for file changes
- Functions
- saveFieldsToServiceNow() - line 144 // 506
- markFileAsDirty() - line 151 // 220
- onDidChangeTextDocument() - line 159
- saveFieldAsFile() - line 536
- saveWidget() - line 356
- linkAppToVSCode() - line 456
- refreshedToken() - line 475
- saveRequestResponse() - line 435
- updateScriptSyncStatusBarItem() - line 629
- requestRecords() - line 488
- openInInstance() - line 686
- refreshFromInstance() - line 704 (maybe an autoreload upon entering the folder?)
- saveLog() -> new function to save all the logs to a new file if requested?