Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brackets-Ternific not working on Mac #93

Open
garyelephant opened this issue Dec 8, 2016 · 0 comments
Open

brackets-Ternific not working on Mac #93

garyelephant opened this issue Dec 8, 2016 · 0 comments

Comments

@garyelephant
Copy link

I opend a folder and this is the structure:

brackets

.tern-project is in this folder, which content is :

{
  "libs": [
    "browser",
    "jquery"
  ],
  "loadEagerly": ["bower_components/*/*.js", "bower_components/*/*/*.js", "bower_components/*/*/*/*.js"],
  "plugins": {
  }
}

But When I write js codes in views/index.html , it doesn't show any js hint or autocomplete except the builtin jquery hint.

My brackets version is 1.8.0-17108.

This is my brackets health report from Help -> Health Report

{
    "uuid": "30b6e0cb-7410-4e56-ae13-fbe9675ed69a",
    "snapshotTime": 1481170215946,
    "os": "mac",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Brackets/1.8.0 Chrome/49.0.2623.110 Safari/537.36",
    "osLanguage": "zh-Hans-CN",
    "bracketsLanguage": "zh-Hans-CN",
    "bracketsVersion": "1.8.0-17108",
    "fileStats": {
        "openedFileExt": {
            "html": 55,
            "js": 56
        },
        "workingSetFileExt": {
            "html": 31,
            "js": 21
        }
    },
    "searchDetails": {
        "searchNew": 2
    },
    "projectLoadTimes": "",
    "fileOpenTimes": ":127(281)647[149]:86(183)265[49]:120(290)645[142]:92(163)246[56]:108(232)847[234]:94(164)250[60]:108(155)226[43]:229(324)419[95]:141(223)304[82]",
    "prefNodeSearchDisabled": false,
    "prefInstantSearchDisabled": false,
    "installedExtensions": [
        {
            "name": "brackets-go",
            "version": "0.0.3"
        },
        {
            "name": "dsbonev.whitespace-normalizer",
            "version": "0.3.0"
        },
        {
            "name": "go-language-syntax-highlighter",
            "version": "1.0.0"
        },
        {
            "name": "lamo2k123.brackets-file-tree",
            "version": "1.1.1"
        },
        {
            "name": "scientech-com-ua.brackets-trailingspaces",
            "version": "0.0.2"
        },
        {
            "name": "brackets-indent-guides",
            "version": "1.3.5"
        },
        {
            "name": "brackets-morecsscodehints",
            "version": "1.2.0"
        },
        {
            "name": "gruehle.markdown-preview",
            "version": "1.0.11"
        },
        {
            "name": "acb-bootstrap-snippets",
            "version": "0.0.14"
        },
        {
            "name": "pockata.striptrailingspaces",
            "version": "1.3.0"
        },
        {
            "name": "dnbard.extensions-toolbar",
            "version": "0.2.10"
        },
        {
            "name": "dnbard.documents-toolbar",
            "version": "0.5.21"
        },
        {
            "name": "dnbard.extensions-rating",
            "version": "0.7.4"
        },
        {
            "name": "growlscript.brackets.classcompletion",
            "version": "0.2.1"
        },
        {
            "name": "ivogabe.icons",
            "version": "1.5.7"
        },
        {
            "name": "brackets-beautify",
            "version": "1.2.0"
        },
        {
            "name": "le717.html-skeleton",
            "version": "1.4.3"
        },
        {
            "name": "ternific",
            "version": "0.9.5"
        },
        {
            "name": "mikaeljorhult.brackets-todo",
            "version": "0.8.1"
        },
        {
            "name": "brackets-bower",
            "version": "0.2.13"
        },
        {
            "name": "brackets-emmet",
            "version": "1.2.2"
        }
    ],
    "bracketsTheme": "dark-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant