served.workers.rename_listener

Undocumented in source.

Members

Functions

determineDubPackageName
string determineDubPackageName(string directory)

Generates a package name for a given folder path

markRecentFileCreated
void markRecentFileCreated(DocumentUri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
markRecentFileOpened
void markRecentFileOpened(DidOpenTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
markRecentlyChangedFile
void markRecentlyChangedFile(DidChangeWatchedFilesParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onFullyCreate
void onFullyCreate(DocumentUri uri)

Called when a file has been created or renamed and opened within a short time frame by the user Indicating it was created to be edited in the IDE

onFullyCreateDSource
void onFullyCreateDSource(DocumentUri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
onFullyCreateDubJson
void onFullyCreateDubJson(DocumentUri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
onFullyCreateDubSdl
void onFullyCreateDubSdl(DocumentUri uri)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

recentFiles
RecentFiles recentFiles;
Undocumented in source.

Structs

FileOpenInfo
struct FileOpenInfo

Helper struct which contains information about a recently opened and/or created file

RecentFiles
struct RecentFiles

Helper struct to keep track of recently opened & created files

Meta