Sublime Forum

Multiple Development environment

#1

Well i like sublime very much … I installed quite a lot of plugins …

The problem i am facing is. When i type i get verbose suggestions…

Is it possible! to have seperate development environments [folders inside main folder ]like php , js , css , html with their unique plugins or similar. So i can switch between environments using some shortcut.

0 Likes

#2

[Quoting FichteFol] l Packages are global by default; I highly doubt this will be changing in the future.

  1. https://github.com/SublimeTextIssues/Core/issues/1813 Load packages from project folder

Despite it, there is a package which does something like this, but it is not well advised to do it, because it is dynamically loading and unloading packages when you switch projects. Then some packages could not respond well to this.

  1. https://github.com/STPackageBundler/package-bundler Sublime Text 3 - Package Bundler
0 Likes

#3

A better idea would be to investigate where these suggestions are coming from and why they are active in all syntaxes and not just the ones they are meant for.

3 Likes

#4

yes! Went back to basic removed all plugins and just had code-intel … its not doing a great job . But my snippets are in order .

1 Like