angular-ui/AngularJS-sublime-package

how to make it work

goldalworming opened this issue · 7 comments

I've copied it to package and rename as AngularJS but it doesn't seem to work..

how to activated it??

There is no 'activate' (other than the indexing described in the docs) as it should just start working, you may need to restart sublime. If restarting doesn't work, open up the console in sublime and see if there are any errors related to the plugin. If so, open up a new ticket with the error log pasted in it, what version of ST you're using, and what OS, thanks!

this is my sublime text's console

DPI scale: 1
startup, version: 3047 linux x64 channel: stable
executable: /opt/sublime_text/sublime_text
working dir: /
packages path: /home/arief/.config/sublime-text-3/Packages
state path: /home/arief/.config/sublime-text-3/Local
hardware concurrency: 2
zip path: /opt/sublime_text/Packages
zip path: /home/arief/.config/sublime-text-3/Installed Packages
found 11 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 9 files for base name Main.sublime-menu
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
startup cache, total files: 182 cache hits: 182
pre session restore time: 1.61016
using gamma: 1 (err: 0)
startup time: 2.16741
first paint time: 2.19276
launching: /opt/sublime_text/plugin_host
Unable to fetch update url contents
loaded 846 snippets
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin AngularJS.AngularJS-sublime-package
reloading plugin ColorPicker.sublimecp
reloading plugin Pretty JSON.PrettyJson
reloading plugin SublimeGit.SublimeGit
reloading plugin sublimelint.commands
reloading plugin sublimelint.sublimelint
reloading plugin xml2json.Xml2json
reloading plugin xml2json.xmltodict
reloading plugin CodeFormatter.code_formatter
CodeFormatter: formatting python files on ST3 not supported.
reloading plugin JSHint Gutter.JSHint
reloading plugin Minify.Minify
Sublime Platform: linux
Sublime Version: 3047
PLUGIN_DIR: /home/arief/.config/sublime-text-3/Packages/Minify
RUN_CMD_IN_SHELL: False
HAS_ASYNC_TIMEOUT: True
reloading plugin Package Control.Package Control
plugins loaded
CodeFormatter: Error while fetching git HEAD SHA. Skipping update.
Package Control: Downloading https://sublime.wbond.net/channel.json timed out
Package Control: No updated packages

I don't think it has any errors

Yeah I don't see any errors related to this plugin in that output.

Make sure you've read through the docs on how the plugin works. If you're still having troubles with it let me know but please add more information on what you expected it to do or why you feel like it is not working.

I don't understand why it doesn't work..I followed the instruction to install it but it just doesn't work

Also, please provide what version of ST you're using, what OS you are using, what version of OS that you're using and any other details other than 'it doesn't work'.

Have you installed package control? If so, try installing it via Package Control that way you can receive updates as well. If not, I'd recommend installing Package Control and using that to manage all your ST plugins.

I'm Sorry, I'm using Sublime Text 3 but not the latest build
OS : linux mint
I've installed package control but I don't find this plugin in package control so I installed manually by git clone

I just DLed Linux Mint, installed it, installed ST 3 latest dev build, installed Package Control.

After getting that all setup I was successfully able to find and install AngularJS from Package Control. After that I was able setup a small test project and ran through a few tests. Default directive completions worked, project indexing worked, I was able to search for custom directives and go to their locations, I was also seeing directive completions for the custom directive I wrote...

What specifically have you tried?

Are the html attribute completions just not working for you? Is it not properly indexing your project and not giving html attribute completions/goto definitions? Are the snippets not working for JS? etc...

With you not able to see it/install it via Package Control makes me wonder if there's something off on your system... My only thought is to try a fresh install of ST...