

When a file is renamed, other files to which the renamed file is related are changed at the linked code line. The advanced file refactoring has the following features: When file refactoring occurs, other files to which the refactored file belongs are changed. Tizen Studio supports file refactoring in the Project Explorer view. Advanced File Refactoring in Mobile Applications To use the hover feature in the HTML editor, hover the mouse cursor at the above attributes. Support a preview of the CSS rule at the id or class attribute value of all elements, if the selector (that is made by the id or class value) exists.Supports a preview of the image file at the src attribute value of the element.Supports a preview of the HTML file at the src attribute value of the element.Supports a preview of the JavaScript file at the src attribute value of the element.Supports a preview of the CSS file at the href attribute value of the element.When an id element value is assigned to the href value, the preview shows the code snippet of the element that is assigned the id value.When the HTML file path is assigned to the href value, the preview shows the HTML code of the linked file.Supports a preview at the href attribute value of the element.The advanced content hover has the following features: The advanced content hover displays additional information on the attribute values of some elements in the HTML editor. Click the selected line or press Enter to insert the selection in the editor.Īdvanced Content Hover in Mobile Applications.Navigate and select the lines in the list.Īdditional information on the selected line is displayed.Press Ctrl + Space to complete the code using a list of available code suggestions.To use content assist in the HTML editor: class: List of class selectors of linked CSS files.id: List of ID selectors of linked CSS files.Proposes code completion of id or class attribute values of all elements:.List of image files included in the project.List of JavaScript files included in the project.Proposes code completion of the src attribute value of the element:.List of CSS files included in the project.List of id values that are assigned to the elements of the edited file.List of HTML files included in the project.Proposes code completion of the href attribute value of the element:.The advanced content assist has the following features: The advanced content assist supports code completion of the attribute values for some elements in the HTML Editor. Advanced Content Assist in Mobile Applications When editing HTML documents for mobile applications, you can take advantage of the advanced content assist and content hover features, as well as advanced file refactoring. If you select Reconcile, the editor performs a check when saving the file.įor more information, see CSSLint and JavaScriptLint.If you select Build, the editor performs a check when building the project.To change the inspection point, adjust it in Preference > Build or Reconcile: However, you can set the detailed attributes in the preferences. If you want to adjust the error level settings for the CSS or JavaScript Validator, go to Window > Preferences > Tizen Studio > Web > Editor > CSS Editor or JavaScript Editor.īy default, the CSS or JavaScript syntax check is operated when a document is saved or the project built. Press Ctrl + Space to open content assist. Also, if you mistype, content assist displays an error. You can get suggestions for HTML, CSS, and JavaScript tag and attribute properties.


If you save a file, the project is built and syntax is checked automatically.įigure: Checking JavaScript automaticallyįigure: JavaScript scan results in the Problems view.When writing code, if there are syntax errors, the automatic check displays the CSSLint or JSLint validator results on the left edge of the editor. You can check JavaScript immediately, even without saving the file.įigure: Checking JavaScript rules manually
