SYMBOL INDEX (65 symbols across 17 files) FILE: src/extension.ts function activate (line 11) | function activate(context: vscode.ExtensionContext) { function deactivate (line 55) | function deactivate() { FILE: src/view/TaskBoardLoader.ts class ViewLoader (line 11) | class ViewLoader { method constructor (line 16) | constructor(extensionPath: string, uri: vscode.Uri) { method getWebviewContent (line 108) | private getWebviewContent({ basePath, templateString, fileList, select... method getFileContent (line 142) | private getFileContent(fileUri: vscode.Uri) { method saveFileContent (line 154) | private saveFileContent(config: IConfig) { FILE: src/view/ViewLoader.ts class ViewLoader (line 8) | class ViewLoader { method constructor (line 13) | constructor(extensionPath: string, uri: vscode.Uri) { method getWebviewContent (line 110) | private getWebviewContent(basePath: string, templateString: string): s... method getFileContent (line 143) | private getFileContent(fileUri: vscode.Uri) { method saveFileContent (line 155) | private saveFileContent(fileUri: vscode.Uri, config: IConfig) { method mkDirByPathSync (line 162) | private mkDirByPathSync(targetDir: string, { baseDir = '', isRelativeT... method generateFiles (line 193) | private generateFiles(config: IConfig) { FILE: src/view/app/Utils.ts constant VER (line 4) | const VER = '0.2.55'; type FilesInterface (line 12) | interface FilesInterface { constant FILE_SEPARATOR (line 19) | const FILE_SEPARATOR = '--->>'; function formatDate (line 61) | function formatDate(d: Date) { function parseJsonString (line 79) | function parseJsonString(jsonString: string) { function jsonClone (line 90) | function jsonClone(obj: any) { function deepFind (line 97) | function deepFind(obj: any, path: string, defaultValue: any) { function nunjucksRender (line 107) | function nunjucksRender(str: string, data: any): string { function getTemplateItems (line 113) | function getTemplateItems(content: string, params: any = {}, existingFil... function getVscodeHelper (line 165) | function getVscodeHelper(vscode: any) { FILE: src/view/app/components/CodeGen/CodeEditor.tsx type Props (line 17) | interface Props { class CodeEditor (line 22) | class CodeEditor extends React.Component { method componentWillReceiveProps (line 25) | componentWillReceiveProps(newProps: any) { method render (line 29) | render() { FILE: src/view/app/components/CodeGen/EditTemplatePanel.tsx class EditTemplatePanel (line 4) | class EditTemplatePanel extends React.Component { method componentWillReceiveProps (line 9) | componentWillReceiveProps(newProps: any) { method render (line 13) | render() { FILE: src/view/app/components/CodeGen/MainView.tsx type IConfigProps (line 38) | interface IConfigProps { type IConfigState (line 43) | interface IConfigState { class MainView (line 63) | class MainView extends React.Component { method componentDidMount (line 76) | componentDidMount() { method render (line 80) | render() { FILE: src/view/app/components/TaskBoard/ButtonBar.tsx function OpenFileIcon (line 33) | function OpenFileIcon(props: any) { function RefreshIcon (line 56) | function RefreshIcon(props: any) { FILE: src/view/app/components/TaskBoard/Helpers.tsx function getMarkdown (line 50) | function getMarkdown(data) { function parseMarkdown (line 81) | function parseMarkdown(md: string) { function DragIcon (line 150) | function DragIcon(props: any) { function SearchIcon (line 161) | function SearchIcon(props: any) { FILE: src/view/app/components/TaskBoard/SearchInput.tsx type Props (line 3) | interface Props { FILE: src/view/app/components/TaskBoard/Task.tsx type TaskInterface (line 11) | interface TaskInterface { type TaskProps (line 101) | interface TaskProps { FILE: src/view/app/components/TaskBoard/TaskBoard.tsx function TaskBoard (line 28) | function TaskBoard({ vscode, initialData }) { FILE: src/view/app/components/TaskBoard/TaskColumn.tsx type ColumnInterface (line 34) | interface ColumnInterface { type ColumnProps (line 39) | interface ColumnProps { FILE: src/view/app/components/TaskBoard/TaskMenu.tsx function TaskMenu (line 76) | function TaskMenu({ task, menuActive, setMenuActive, onChangeTask, setMa... FILE: src/view/app/config.tsx type IConfigProps (line 4) | interface IConfigProps { type IConfigState (line 9) | interface IConfigState { class Config (line 13) | class Config extends React.Component< method constructor (line 17) | constructor(props: any) { method defineState (line 30) | private defineState(newSate: IConfigState) { method onChangeUserActiveState (line 35) | onChangeUserActiveState(userIndex: number) { method onAddRole (line 43) | onAddRole(event: React.KeyboardEvent, userIndex: num... method onAddUser (line 52) | onAddUser(event: React.KeyboardEvent) { method renderUsers (line 66) | renderUsers(users: IUser[]) { method render (line 109) | render() { method saveConfig (line 126) | saveConfig() { FILE: src/view/app/index.tsx type Window (line 12) | interface Window { FILE: src/view/app/model.ts type IConfig (line 1) | interface IConfig { type IUser (line 6) | interface IUser { type ICommand (line 12) | interface ICommand { type CommandAction (line 17) | enum CommandAction {