toloframework-vscode-extensionVisual Studio Code extension to help coding React/Typescript applications with ToloFrameWork (a.k.a. TFW). FeaturesSwitching filesIn TFW we use to have the CSS file in the same directory
than the TS, TSX, JS or JSX file, with the same basename.
This extension provide the following commands to navigate between different files of the same module. Sometime, they are several extensions tested. The first existing file is opened. But if no file is found, the first extension is used and a file is created.
Loading font from the webThe command [tfw] Load font locally will create a folder with the CSS file needed to use a font. All the fonts will also be loaded locally. You can generate a font URL by using Google Fonts. Creating files/folders from TemplatesYou can define your own templates in RequirementsNo requirements. Extension SettingsNo settings. Known IssuesNo known issues. Release Notes0.11.2Bug fix: when several VSCode windows are open the translations are edited in the wrong one. 0.11.1Bug fix: adding new translation items doesn't work. 0.11.0New interface for translations. 0.10.1Added string translation. Select a text and press 0.9.1Added export name for new View. 0.9.0Dependency graph. 0.8.0CSS switch can now go to SCSS files. Simplified React View, more hook oriented. 0.7.0
0.4.0Added templates. 0.3.0Added a feature to create modules. 0.2.0Added a feature to locally import CSS fonts. 0.1.0First release. |